Added missing break;

This commit is contained in:
Robert Osfield
2012-12-04 09:11:17 +00:00
parent 24c612a2bd
commit cbf6745da5

View File

@@ -772,7 +772,8 @@ bool ScreenCaptureHandler::handle(const osgGA::GUIEventAdapter& ea, osgGA::GUIAc
{
_stopCapture = false;
removeCallbackFromViewer(*viewer);
}
}
break;
}
case(osgGA::GUIEventAdapter::KEYUP):
@@ -805,7 +806,6 @@ bool ScreenCaptureHandler::handle(const osgGA::GUIEventAdapter& ea, osgGA::GUIAc
}
return true;
}
break;
}
default: