From 66ee7daac3caed4db8f1bf11f4996aaf416c678b Mon Sep 17 00:00:00 2001 From: Robert Osfield Date: Thu, 2 Jun 2016 14:53:11 +0100 Subject: [PATCH] Added missing break --- src/osgVolume/Property.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/osgVolume/Property.cpp b/src/osgVolume/Property.cpp index 371c24a99..33987cc68 100644 --- a/src/osgVolume/Property.cpp +++ b/src/osgVolume/Property.cpp @@ -403,6 +403,7 @@ bool PropertyAdjustmentCallback::handle(const osgGA::GUIEventAdapter& ea,osgGA:: case(osgGA::GUIEventAdapter::DRAG): { passOnUpdates = true; + break; } case(osgGA::GUIEventAdapter::KEYDOWN): {