iOS compilation fixes
This commit is contained in:
@@ -233,7 +233,7 @@ unsigned long WCachedTexture::size()
|
||||
if (!texture) return 0;
|
||||
|
||||
unsigned int pixel_size = 4;
|
||||
#if defined WIN32 || defined LINUX
|
||||
#if defined WIN32 || defined LINUX || defined IOS
|
||||
#else
|
||||
pixel_size = JRenderer::GetInstance()->PixelSize(texture->mTextureFormat);
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user