- Timestamp:
- 02/06/09 16:17:49 (4 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
OpenSceneGraph/trunk/examples/osganimationtimeline/osganimationtimeline.cpp
r9459 r9692 158 158 int main (int argc, char* argv[]) 159 159 { 160 std::cerr << "This example work donly with osgAnimation/nathan.osg" << std::endl;160 std::cerr << "This example works only with osgAnimation/nathan.osg" << std::endl; 161 161 162 162 osg::ArgumentParser psr(&argc, argv); … … 173 173 if(!animationManager) 174 174 { 175 std::cerr << "Did not f ound AnimationManagerBase updateCallback needed to animate elements" << std::endl;175 std::cerr << "Did not find AnimationManagerBase updateCallback needed to animate elements" << std::endl; 176 176 return 1; 177 177 }
