Removed setViewUpOnScreen settings

This commit is contained in:
Robert Osfield 2007-06-01 19:21:41 +00:00
parent fcafd4db06
commit 604bd9b6d7

View File

@ -243,7 +243,9 @@ int main( int argc, char **argv )
viewer.setCameraManipulator(new osgGA::TrackballManipulator());
#if 1
// viewer.setUpViewOnSingleScreen(1);
#if 0
// use of custom simulation time.
@ -261,9 +263,6 @@ int main( int argc, char **argv )
#else
// normal viewer usage.
viewer.setUpViewOnSingleScreen(1);
return viewer.run();
#endif