Make isTextureCompressionEnabled return false for MOBILE_STK
This commit is contained in:
parent
1b671c932a
commit
c6dafd4b80
@ -442,7 +442,12 @@ bool CentralVideoSettings::isShadowEnabled() const
|
||||
|
||||
bool CentralVideoSettings::isTextureCompressionEnabled() const
|
||||
{
|
||||
#ifdef MOBILE_STK
|
||||
// MOBILE_STK currently doesn't handle libsquish in SP
|
||||
return false;
|
||||
#else
|
||||
return supportsTextureCompression() && UserConfigParams::m_texture_compression;
|
||||
#endif
|
||||
}
|
||||
|
||||
bool CentralVideoSettings::isDeferredEnabled() const
|
||||
|
Loading…
x
Reference in New Issue
Block a user