]> git.mxchange.org Git - simgear.git/commitdiff
Improve the compressed texture message.
authorMathias Froehlich <Mathias.Froehlich@web.de>
Thu, 19 Jan 2012 06:33:56 +0000 (07:33 +0100)
committerMathias Froehlich <Mathias.Froehlich@web.de>
Thu, 19 Jan 2012 06:34:47 +0000 (07:34 +0100)
simgear/scene/model/ModelRegistry.cxx

index 54b98a0d621a577d1a8057307ebfd7d93a87270b..273eb493f5382da4e75385b29a3559cc2033354c 100644 (file)
@@ -284,10 +284,10 @@ 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
-                   << "\" contains non portable compressed textures.\n"
-                   "Usage of these textures depend on an extension that"
-                   " is not guaranteed to be present.");
+            SG_LOG(SG_IO, SG_ALERT, "Image \"" << fileName << "\"\n"
+                   "uses compressed textures which cannot be supported on "
+                   "some systems.\n"
+                   "Please decompress this texture for improved portability.");
             break;
 
         default: