Changeset 7074 for OpenSceneGraph/trunk/examples/osgteapot/osgteapot.cpp
- Timestamp:
- 07/06/07 15:08:51 (6 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
OpenSceneGraph/trunk/examples/osgteapot/osgteapot.cpp
r7053 r7074 333 333 int main(int , char **) 334 334 { 335 #if 1 335 #if 1 336 336 337 337 // create viewer on heap as a test, this looks to be causing problems … … 345 345 viewer->setSceneData( createTeapot() ); 346 346 347 // create the windows and run the threads.348 347 return viewer->run(); 349 348 … … 358 357 // create the windows and run the threads. 359 358 return viewer.run(); 360 361 359 #endif 362 360
