From 4d494c0014a9a2992ad1c7b4fdb34a4287173f20 Mon Sep 17 00:00:00 2001 From: Robert Osfield Date: Fri, 12 Jan 2007 10:28:06 +0000 Subject: [PATCH] Fixed comment --- examples/osgkeyboardmouse/osgkeyboardmouse.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/osgkeyboardmouse/osgkeyboardmouse.cpp b/examples/osgkeyboardmouse/osgkeyboardmouse.cpp index 2b7315bec..172be13f6 100644 --- a/examples/osgkeyboardmouse/osgkeyboardmouse.cpp +++ b/examples/osgkeyboardmouse/osgkeyboardmouse.cpp @@ -1,6 +1,6 @@ // C++ source file - (C) 2003 Robert Osfield, released under the OSGPL. // -// Simple example of use of Producer::RenderSurface + KeyboardMouseCallback + SimpleViewer +// Simple example of use of osgViewer::GraphicsWindow + SimpleViewer // example that provides the user with control over view position with basic picking. #include