Quitened down debug message

This commit is contained in:
Robert Osfield
2013-08-22 13:39:36 +00:00
parent 11685a3e0c
commit d7038e1be1

View File

@@ -109,7 +109,7 @@ bool Locator::computeLocalBounds(Locator& /*source*/, osg::Vec3d& bottomLeft, os
bool Locator::computeLocalBounds(osg::Vec3d& bottomLeft, osg::Vec3d& topRight) const
{
OSG_NOTICE<<"Locator::computeLocalBounds"<<std::endl;
OSG_INFO<<"Locator::computeLocalBounds"<<std::endl;
typedef std::list<osg::Vec3d> Corners;
Corners corners;