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.