diff --git a/src/osgUtil/LineSegmentIntersector.cpp b/src/osgUtil/LineSegmentIntersector.cpp index fad648bed85..937accbffb7 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;