- Timestamp:
- 02/06/09 16:17:49 (4 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
OpenSceneGraph/trunk/examples/osgmultitexture/osgmultitexture.cpp
r6941 r9692 52 52 if (!rootnode) 53 53 { 54 osg::notify(osg::NOTICE)<<"Please specify a ndmodel filename on the command line."<<std::endl;54 osg::notify(osg::NOTICE)<<"Please specify a model filename on the command line."<<std::endl; 55 55 return 1; 56 56 }
