Spacing
This commit is contained in:
		
							parent
							
								
									84db116d0c
								
							
						
					
					
						commit
						3761c62d86
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		| 
						 | 
					@ -127,8 +127,8 @@ TexFBO TexPool::request(int width, int height)
 | 
				
			||||||
	int maxSize = glState.caps.maxTexSize;
 | 
						int maxSize = glState.caps.maxTexSize;
 | 
				
			||||||
	if (width > maxSize || height > maxSize)
 | 
						if (width > maxSize || height > maxSize)
 | 
				
			||||||
		throw Exception(Exception::MKXPError,
 | 
							throw Exception(Exception::MKXPError,
 | 
				
			||||||
	                    "Texture dimensions [%s, %s] exceed hardware capabilities",
 | 
							                "Texture dimensions [%s, %s] exceed hardware capabilities",
 | 
				
			||||||
	                    QByteArray::number(width), QByteArray::number(height));
 | 
							                QByteArray::number(width), QByteArray::number(height));
 | 
				
			||||||
 | 
					
 | 
				
			||||||
	/* Nope, create it instead */
 | 
						/* Nope, create it instead */
 | 
				
			||||||
	TexFBO::init(cobj.obj);
 | 
						TexFBO::init(cobj.obj);
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue