Disabling COmpression

This commit is contained in:
samcake 2016-04-08 01:37:27 -07:00
parent be178e9e09
commit 4374bd26ae

View file

@ -19,8 +19,8 @@
using namespace model;
using namespace gpu;
// FIXME: Turn that define off to prevent compression
#define COMPRESS_TEXTURES
// FIXME: Declare this to enable compression
//#define COMPRESS_TEXTURES
void TextureMap::setTextureSource(TextureSourcePointer& textureSource) {