Made the ground intersection warning just output to INFO level.
This commit is contained in:
parent
7883574d28
commit
9de5dc38f1
@ -136,7 +136,7 @@ void UFOManipulator::computeHomePosition()
|
|||||||
}
|
}
|
||||||
else
|
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;
|
ground = 0.0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user