From c76e2eb900714b3fa41cf900eacc2471f7e6586c Mon Sep 17 00:00:00 2001 From: mfranz Date: Sat, 5 May 2007 11:16:35 +0000 Subject: [PATCH] better warning text for in material animations --- simgear/scene/model/SGMaterialAnimation.cxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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* -- 2.39.5