Added case for FORWARD_EVENT to address warning

This commit is contained in:
Robert Osfield
2013-01-08 10:21:13 +00:00
parent da2efd5feb
commit 7cc88c6e06

View File

@@ -155,6 +155,8 @@ void KeyEventHandler::doOperation()
OSG_NOTICE<<"Requires jump "<<std::endl;
break;
}
case(osgPresentation::FORWARD_EVENT):
break;
}
if (_jumpData.requiresJump())