Added missing break
This commit is contained in:
@@ -403,6 +403,7 @@ bool PropertyAdjustmentCallback::handle(const osgGA::GUIEventAdapter& ea,osgGA::
|
||||
case(osgGA::GUIEventAdapter::DRAG):
|
||||
{
|
||||
passOnUpdates = true;
|
||||
break;
|
||||
}
|
||||
case(osgGA::GUIEventAdapter::KEYDOWN):
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user