Revert "[Tizen] Ensure cached values of properties animated using AnimateTo are updated"
[platform/core/uifw/dali-core.git] / dali / internal / event / animation / animation-impl.h
index fa28101..7239ed4 100644 (file)
@@ -469,7 +469,7 @@ private:
 
   AnimatorConnectorContainer mConnectors; ///< Owned by the Animation
 
-  std::vector< ConnectorTargetValues > mConnectorTargetValues; //< Used to store animating property target value information
+  std::vector< ConnectorTargetValues > mConnectorActorTargetValues; //< Store Actor target values and matchinf connector index that need to set value on Animation::Play
 
   // Cached for public getters
   float mDurationSeconds;