Changeset 10390
- Timestamp:
- 06/22/09 20:04:36 (4 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
OpenSceneGraph/trunk/src/osgAnimation/UpdateCallback.cpp
r10386 r10390 71 71 { 72 72 _euler = new osgAnimation::Vec3Target(apc._euler->getValue()); 73 _position = new osgAnimation::Vec3Target(apc._ euler->getValue());74 _scale = new osgAnimation::Vec3Target(apc._ euler->getValue());73 _position = new osgAnimation::Vec3Target(apc._position->getValue()); 74 _scale = new osgAnimation::Vec3Target(apc._scale->getValue()); 75 75 } 76 76
