Changeset 9459 for OpenSceneGraph/trunk/examples/osghud/osghud.cpp
- Timestamp:
- 01/07/09 12:24:47 (4 years ago)
- Files:
-
- 1 modified
-
OpenSceneGraph/trunk/examples/osghud/osghud.cpp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
OpenSceneGraph/trunk/examples/osghud/osghud.cpp
r7898 r9459 237 237 _snapImage(si) {} 238 238 239 bool handle(const osgGA::GUIEventAdapter& ea, osgGA::GUIActionAdapter& aa)239 bool handle(const osgGA::GUIEventAdapter& ea, osgGA::GUIActionAdapter&) 240 240 { 241 241 if (ea.getHandled()) return false;
