mirror of
https://github.com/overte-org/overte.git
synced 2025-04-20 04:44:11 +02:00
Disabling COmpression
This commit is contained in:
parent
be178e9e09
commit
4374bd26ae
1 changed files with 2 additions and 2 deletions
|
@ -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) {
|
||||
|
|
Loading…
Reference in a new issue