From 1fe69a45bccb228e73d555a7226014baaec35503 Mon Sep 17 00:00:00 2001 From: Robert Osfield Date: Wed, 2 Aug 2006 19:56:36 +0000 Subject: [PATCH] tweaked comment. --- applications/osgviewer/osgviewer.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/applications/osgviewer/osgviewer.cpp b/applications/osgviewer/osgviewer.cpp index c51ae9c82..cede0dbe5 100644 --- a/applications/osgviewer/osgviewer.cpp +++ b/applications/osgviewer/osgviewer.cpp @@ -116,7 +116,7 @@ int main( int argc, char **argv ) } - // wait for all cull and draw threads to complete before exit. + // wait for all cull and draw threads to complete. viewer.sync(); // run a clean up frame to delete all OpenGL objects.