Changeset 11124
- Timestamp:
- 02/26/10 10:40:11 (3 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
OpenSceneGraph/trunk/examples/osgcallback/osgcallback.cpp
r6941 r11124 163 163 osg::ArgumentParser arguments(&argc,argv); 164 164 165 // set the osgDB::Registy theread file callback to catch all requests for reading files.165 // set the osgDB::Registy read file callback to catch all requests for reading files. 166 166 osgDB::Registry::instance()->setReadFileCallback(new MyReadFileCallback()); 167 167
