From 25b8b8bd162e4f6fe5af096738f2308df0993f69 Mon Sep 17 00:00:00 2001 From: Robert Osfield Date: Fri, 8 Nov 2013 12:25:35 +0000 Subject: [PATCH] Quietened down debug messages --- src/osgUtil/LineSegmentIntersector.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/osgUtil/LineSegmentIntersector.cpp b/src/osgUtil/LineSegmentIntersector.cpp index fad648bed..937accbff 100644 --- a/src/osgUtil/LineSegmentIntersector.cpp +++ b/src/osgUtil/LineSegmentIntersector.cpp @@ -387,7 +387,7 @@ void LineSegmentIntersector::intersect(osgUtil::IntersectionVisitor& iv, osg::Dr if (getPrecisionHint()==USE_DOUBLE_CALCULATIONS) { - OSG_NOTICE<<"Using double intersections"< TriangleIntersector; osg::TriangleFunctor< TriangleIntersector > ti; @@ -398,7 +398,7 @@ void LineSegmentIntersector::intersect(osgUtil::IntersectionVisitor& iv, osg::Dr } else { - OSG_NOTICE<<"Using float intersections"< TriangleIntersector; osg::TriangleFunctor< TriangleIntersector > ti;