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;
 | 
			
		||||
	if (width > maxSize || height > maxSize)
 | 
			
		||||
		throw Exception(Exception::MKXPError,
 | 
			
		||||
	                    "Texture dimensions [%s, %s] exceed hardware capabilities",
 | 
			
		||||
	                    QByteArray::number(width), QByteArray::number(height));
 | 
			
		||||
		                "Texture dimensions [%s, %s] exceed hardware capabilities",
 | 
			
		||||
		                QByteArray::number(width), QByteArray::number(height));
 | 
			
		||||
 | 
			
		||||
	/* Nope, create it instead */
 | 
			
		||||
	TexFBO::init(cobj.obj);
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue