projects
/
simgear.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c523e15
)
better warning text for <global> in material animations
author
mfranz
<mfranz>
Sat, 5 May 2007 11:16:35 +0000
(11:16 +0000)
committer
mfranz
<mfranz>
Sat, 5 May 2007 11:16:35 +0000
(11:16 +0000)
simgear/scene/model/SGMaterialAnimation.cxx
patch
|
blob
|
history
diff --git
a/simgear/scene/model/SGMaterialAnimation.cxx
b/simgear/scene/model/SGMaterialAnimation.cxx
index 708314861fd0203fb982a9a1a63755f9bb6212e6..9f967a14021dd5b619d1ee15103958f4bfe62cca 100644
(file)
--- 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, "Us
ing global material animation that can
"
- "no longer
work
");
+ SG_LOG(SG_IO, SG_ALERT, "Us
e of <global> in material animation is
"
+ "no longer
supported
");
}
osg::Group*