From a42633a9ee37a0834a4e8b730ab1d4aab4d6c74c Mon Sep 17 00:00:00 2001 From: Robert Osfield Date: Fri, 5 Jan 2007 13:06:11 +0000 Subject: [PATCH] Tweaked comments --- examples/osgcatch/osgcatch.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/osgcatch/osgcatch.cpp b/examples/osgcatch/osgcatch.cpp index ecb98b419..1ac42d9fa 100644 --- a/examples/osgcatch/osgcatch.cpp +++ b/examples/osgcatch/osgcatch.cpp @@ -1584,7 +1584,7 @@ int main( int argc, char **argv ) (*itr)->useCursor(false); } - // todo for osgViewer - implement warp pointer + // todo for osgViewer - implement warp pointer that can be done relative to different coordinate frames // viewer.requestWarpPointer(0.5f,0.5f); while( !viewer.done() )