From Chris Hanson, comment fix

This commit is contained in:
Robert Osfield
2010-02-26 09:40:11 +00:00
parent eb23514478
commit 8a86f47276

View File

@@ -162,7 +162,7 @@ int main( int argc, char **argv )
// use an ArgumentParser object to manage the program arguments.
osg::ArgumentParser arguments(&argc,argv);
// set the osgDB::Registy the read file callback to catch all requests for reading files.
// set the osgDB::Registy read file callback to catch all requests for reading files.
osgDB::Registry::instance()->setReadFileCallback(new MyReadFileCallback());
// initialize the viewer.