Reverting Luigi's addition of argv[1] as it breaks the build.

This commit is contained in:
Robert Osfield 2007-05-21 13:15:26 +00:00
parent e0f5b28dc7
commit db2cef09b3

View File

@ -28,7 +28,7 @@ bool wxOsgApp::OnInit()
wxSize(200, 200), wxSUNKEN_BORDER);
// load the scene.
osg::ref_ptr<osg::Node> loadedModel = osgDB::readNodeFile(argv[1]);
osg::ref_ptr<osg::Node> loadedModel = osgDB::readNodeFile("cow.osg");
if (!loadedModel)
{
return false;