Changeset 5381 for OpenSceneGraph/trunk/examples/osghud/osghud.cpp
- Timestamp:
- 08/02/06 21:55:03 (7 years ago)
- Files:
-
- 1 modified
-
OpenSceneGraph/trunk/examples/osghud/osghud.cpp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
OpenSceneGraph/trunk/examples/osghud/osghud.cpp
r5328 r5381 237 237 } 238 238 239 // wait for all cull and draw threads to complete before exit. 239 // wait for all cull and draw threads to complete. 240 viewer.sync(); 241 242 // run a clean up frame to delete all OpenGL objects. 243 viewer.cleanup_frame(); 244 245 // wait for all the clean up frame to complete. 240 246 viewer.sync(); 241 247
