- Timestamp:
- 05/28/10 18:07:09 (3 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
OpenSceneGraph/trunk/src/osgAnimation/UpdateMatrixTransform.cpp
r11034 r11484 62 62 } 63 63 64 osg::notify(osg::INFO)<< "UpdateMatrixTransform::link Channel " << channel->getName() << " does not contain a symbolic name that can be linked to a StackedTransformElement." << std::endl;64 OSG_INFO << "UpdateMatrixTransform::link Channel " << channel->getName() << " does not contain a symbolic name that can be linked to a StackedTransformElement." << std::endl; 65 65 66 66 return false;
