Index: /OpenSceneGraph/trunk/src/osgAnimation/UpdateCallback.cpp
===================================================================
--- /OpenSceneGraph/trunk/src/osgAnimation/UpdateCallback.cpp (revision 10386)
+++ /OpenSceneGraph/trunk/src/osgAnimation/UpdateCallback.cpp (revision 10390)
@@ -71,6 +71,6 @@
 {
     _euler = new osgAnimation::Vec3Target(apc._euler->getValue());
-    _position = new osgAnimation::Vec3Target(apc._euler->getValue());
-    _scale = new osgAnimation::Vec3Target(apc._euler->getValue());
+    _position = new osgAnimation::Vec3Target(apc._position->getValue());
+    _scale = new osgAnimation::Vec3Target(apc._scale->getValue());
 }
 
