Warning fixes

This commit is contained in:
Robert Osfield
2018-09-11 15:32:44 +01:00
parent fb09be05a9
commit 66246703bf
13 changed files with 36 additions and 28 deletions

View File

@@ -109,8 +109,9 @@ bool PickHandler::handle(const osgGA::GUIEventAdapter& ea,osgGA::GUIActionAdapte
user_event->setName("osc_test_1");
_device->sendEvent(*user_event);
return true;
}
return false;
}
default: