Added missing break

This commit is contained in:
Robert Osfield
2016-06-02 14:53:11 +01:00
parent d858195d66
commit 66ee7daac3

View File

@@ -403,6 +403,7 @@ bool PropertyAdjustmentCallback::handle(const osgGA::GUIEventAdapter& ea,osgGA::
case(osgGA::GUIEventAdapter::DRAG):
{
passOnUpdates = true;
break;
}
case(osgGA::GUIEventAdapter::KEYDOWN):
{