]> git.mxchange.org Git - simgear.git/commitdiff
better warning text for <global> in material animations
authormfranz <mfranz>
Sat, 5 May 2007 11:16:35 +0000 (11:16 +0000)
committermfranz <mfranz>
Sat, 5 May 2007 11:16:35 +0000 (11:16 +0000)
simgear/scene/model/SGMaterialAnimation.cxx

index 708314861fd0203fb982a9a1a63755f9bb6212e6..9f967a14021dd5b619d1ee15103958f4bfe62cca 100644 (file)
@@ -358,8 +358,8 @@ SGMaterialAnimation::SGMaterialAnimation(const SGPropertyNode* configNode,
   SGAnimation(configNode, modelRoot)
 {
   if (configNode->hasChild("global"))
-    SG_LOG(SG_IO, SG_ALERT, "Using global material animation that can "
-           "no longer work");
+    SG_LOG(SG_IO, SG_ALERT, "Use of <global> in material animation is "
+           "no longer supported");
 }
 
 osg::Group*