X-Git-Url: http://review.tizen.org/git/?p=platform%2Fcore%2Fuifw%2Fdali-core.git;a=blobdiff_plain;f=dali%2Finternal%2Fevent%2Fanimation%2Fanimation-impl.h;h=7239ed4723ccbe11e0008c0602935da02455d13a;hp=fa281011aa848b473af3f44bd832ec1c21ff40fb;hb=9445ba05fb68ad34a0e819c5fe909f1505ecf9d1;hpb=641ea9391fdfc25a6836ffaa86b5c74e2a1f425c diff --git a/dali/internal/event/animation/animation-impl.h b/dali/internal/event/animation/animation-impl.h index fa28101..7239ed4 100644 --- a/dali/internal/event/animation/animation-impl.h +++ b/dali/internal/event/animation/animation-impl.h @@ -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;