Remove the joiplay addition
Remove the joiplay addition //Set max texture size to 16384 if conf.maxTextureSize is 0
This commit is contained in:
		
							parent
							
								
									109b34ea9d
								
							
						
					
					
						commit
						3525da4df2
					
				
					 1 changed files with 0 additions and 7 deletions
				
			
		| 
						 | 
					@ -125,11 +125,4 @@ GLState::GLState(const Config &conf)
 | 
				
			||||||
 | 
					
 | 
				
			||||||
	if (conf.maxTextureSize > 0)
 | 
						if (conf.maxTextureSize > 0)
 | 
				
			||||||
		caps.maxTexSize = conf.maxTextureSize;
 | 
							caps.maxTexSize = conf.maxTextureSize;
 | 
				
			||||||
	
 | 
					 | 
				
			||||||
	//Set max texture size to 16384 if conf.maxTextureSize is 0
 | 
					 | 
				
			||||||
	if (conf.maxTextureSize > 0){
 | 
					 | 
				
			||||||
		caps.maxTexSize = conf.maxTextureSize;
 | 
					 | 
				
			||||||
	} else {
 | 
					 | 
				
			||||||
		caps.maxTexSize = 16384;
 | 
					 | 
				
			||||||
	}
 | 
					 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue