better warning text for <global> in material animations

This commit is contained in:
mfranz
2007-05-05 11:16:35 +00:00
parent c523e15302
commit c76e2eb900

View 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*