From 165d2ea9782e4ee5204e826243e1231650bbe8b7 Mon Sep 17 00:00:00 2001 From: Mathias Froehlich Date: Thu, 19 Jan 2012 07:33:56 +0100 Subject: [PATCH] Improve the compressed texture message. --- simgear/scene/model/ModelRegistry.cxx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/simgear/scene/model/ModelRegistry.cxx b/simgear/scene/model/ModelRegistry.cxx index 54b98a0d..273eb493 100644 --- a/simgear/scene/model/ModelRegistry.cxx +++ b/simgear/scene/model/ModelRegistry.cxx @@ -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: -- 2.39.5