Lower the compressed texture message for the release branch.

This commit is contained in:
Mathias Froehlich
2012-01-19 07:38:33 +01:00
parent 0e4428fe79
commit 73f9cd05cd

View File

@@ -284,7 +284,7 @@ ModelRegistry::readImage(const string& fileName,
case GL_COMPRESSED_RED_GREEN_RGTC2_EXT:
case GL_COMPRESSED_SIGNED_RED_GREEN_RGTC2_EXT:
SG_LOG(SG_IO, SG_ALERT, "Image \"" << fileName << "\"\n"
SG_LOG(SG_IO, SG_WARN, "Image \"" << fileName << "\"\n"
"uses compressed textures which cannot be supported on "
"some systems.\n"
"Please decompress this texture for improved portability.");