Changeset 5381 for OpenSceneGraph/trunk/examples/osglogo/osglogo.cpp
- Timestamp:
- 08/02/06 21:55:03 (7 years ago)
- Files:
-
- 1 modified
-
OpenSceneGraph/trunk/examples/osglogo/osglogo.cpp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
OpenSceneGraph/trunk/examples/osglogo/osglogo.cpp
r5317 r5381 507 507 } 508 508 509 // wait for all cull and draw threads to complete before exit.509 // wait for all cull and draw threads to complete. 510 510 viewer.sync(); 511 511 512 // run a clean up frame to delete all OpenGL objects. 513 viewer.cleanup_frame(); 514 515 // wait for all the clean up frame to complete. 516 viewer.sync(); 517 512 518 return 0; 513 519 }
