optimizatioation disabled which breaks SOIL in some systems.

git-svn-id: https://projectm.svn.sourceforge.net/svnroot/projectm/trunk@1130 6778bc44-b910-0410-a7a0-be141de4315d
This commit is contained in:
w1z7ard
2008-09-01 21:11:44 +00:00
parent 04b5819829
commit 9b44e60428

View File

@ -68,7 +68,7 @@ void TextureManager::Preload()
SOIL_FLAG_POWER_OF_TWO
| SOIL_FLAG_MULTIPLY_ALPHA
| SOIL_FLAG_COMPRESS_TO_DXT
);
#endif
@ -86,7 +86,7 @@ void TextureManager::Preload()
SOIL_FLAG_POWER_OF_TWO
| SOIL_FLAG_MULTIPLY_ALPHA
| SOIL_FLAG_COMPRESS_TO_DXT
);
#endif
@ -104,7 +104,7 @@ void TextureManager::Preload()
SOIL_FLAG_POWER_OF_TWO
| SOIL_FLAG_MULTIPLY_ALPHA
| SOIL_FLAG_COMPRESS_TO_DXT
);
#endif
@ -182,7 +182,7 @@ GLuint TextureManager::getTextureFullpath(const std::string filename, const std:
//SOIL_FLAG_POWER_OF_TWO
// SOIL_FLAG_MIPMAPS
SOIL_FLAG_MULTIPLY_ALPHA
| SOIL_FLAG_COMPRESS_TO_DXT
//| SOIL_FLAG_DDS_LOAD_DIRECT
,&width,&height);