Changeset 11034 for OpenSceneGraph/trunk/src/osgWrappers/deprecated-dotosg/osgAnimation/UpdateMatrixTransform.cpp
- Timestamp:
- 01/31/10 19:24:01 (3 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
OpenSceneGraph/trunk/src/osgWrappers/deprecated-dotosg/osgAnimation/UpdateMatrixTransform.cpp
r11009 r11034 51 51 for (osgAnimation::StackedTransform::const_iterator it = transforms.begin(); it != transforms.end(); ++it) 52 52 { 53 osgAnimation::StackedTransformElement* element = *it;53 osgAnimation::StackedTransformElement* element = it->get(); 54 54 if (element) 55 55 fw.writeObject(*element);
