Made the ground intersection warning just output to INFO level.

This commit is contained in:
Robert Osfield 2005-03-25 11:06:44 +00:00
parent 7883574d28
commit 9de5dc38f1

View File

@ -136,7 +136,7 @@ void UFOManipulator::computeHomePosition()
}
else
{
osg::notify(osg::WARN)<<"UFOManipulator : I can't find the ground!"<<std::endl;
osg::notify(osg::INFO)<<"UFOManipulator : I can't find the ground!"<<std::endl;
ground = 0.0;
}