From 448c93dbe92ad102980de500cfc0e5829849a03f Mon Sep 17 00:00:00 2001 From: Robert Osfield Date: Wed, 22 May 2013 15:48:42 +0000 Subject: [PATCH] Quitened down debug messages --- src/osgViewer/View.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/osgViewer/View.cpp b/src/osgViewer/View.cpp index 7bf29bef6..0a030057c 100644 --- a/src/osgViewer/View.cpp +++ b/src/osgViewer/View.cpp @@ -991,7 +991,7 @@ bool View::computeIntersections(float x,float y, osgUtil::LineSegmentIntersector float local_x, local_y; const osg::Camera* camera = getCameraContainingPosition(x, y, local_x, local_y); - OSG_NOTICE<<"computeIntersections("<