Quitened down debug output

This commit is contained in:
Robert Osfield
2017-12-09 19:18:43 +00:00
parent 854beb39ce
commit 7e0163383f
3 changed files with 3 additions and 3 deletions

View File

@@ -146,7 +146,7 @@ void KeyEventHandler::doOperation()
}
case(osgPresentation::JUMP):
{
OSG_NOTICE<<"Requires jump "<<std::endl;
OSG_INFO<<"Requires jump "<<std::endl;
break;
}
case(osgPresentation::FORWARD_MOUSE_EVENT):