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
|
@ -125,11 +125,4 @@ GLState::GLState(const Config &conf)
|
|||
|
||||
if (conf.maxTextureSize > 0)
|
||||
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…
Reference in New Issue