Changeset 11484 for OpenSceneGraph/trunk/src/osgAnimation/Skeleton.cpp
- Timestamp:
- 05/28/10 18:07:09 (3 years ago)
- Files:
-
- 1 modified
-
OpenSceneGraph/trunk/src/osgAnimation/Skeleton.cpp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
OpenSceneGraph/trunk/src/osgAnimation/Skeleton.cpp
r11009 r11484 53 53 if (foundNonBone) 54 54 { 55 osg::notify(osg::WARN)<<55 OSG_WARN << 56 56 "Warning: a Bone was found after a non-Bone child " 57 57 "within a Skeleton. Children of a Bone must be ordered "
