Commented out the default saving of models

This commit is contained in:
Robert Osfield
2007-01-23 16:27:07 +00:00
parent 055abec7a3
commit bd7af070af

View File

@@ -457,7 +457,7 @@ int main(int argc, char** argv)
// create the windows and run the threads.
viewer.realize();
osgDB::writeNodeFile(*group,"test.osg");
// osgDB::writeNodeFile(*group,"test.osg");
while (!viewer.done())
{