- Timestamp:
- 03/21/12 18:36:20 (14 months ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
OpenSceneGraph/trunk/src/osgWrappers/serializers/osgManipulator/Dragger.cpp
r12292 r13041 75 75 { 76 76 // Dragger should not record children seperately, so ignore the osg::Group class wrapper 77 77 78 78 ADD_BOOL_SERIALIZER( HandleEvents, false ); // _handleEvents 79 79 ADD_BOOL_SERIALIZER( DraggerActive, false ); // _draggerActive
