Made the can't find ground intersection message only appear as INFO.

This commit is contained in:
Robert Osfield
2005-03-18 02:45:02 +00:00
parent d52f4ea23a
commit dd4427d1e3

View File

@@ -135,7 +135,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;
}