From: mfranz Date: Sat, 5 May 2007 11:16:35 +0000 (+0000) Subject: better warning text for in material animations X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=c76e2eb900714b3fa41cf900eacc2471f7e6586c;p=simgear.git better warning text for in material animations --- diff --git a/simgear/scene/model/SGMaterialAnimation.cxx b/simgear/scene/model/SGMaterialAnimation.cxx index 70831486..9f967a14 100644 --- a/simgear/scene/model/SGMaterialAnimation.cxx +++ b/simgear/scene/model/SGMaterialAnimation.cxx @@ -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 in material animation is " + "no longer supported"); } osg::Group*