change comment

This commit is contained in:
yinkaile 2013-12-26 16:48:19 +08:00
parent f0d4f3f9bf
commit 891d8c3a38
1 changed files with 1 additions and 1 deletions

View File

@ -127,7 +127,7 @@ public:
/**
* Play animation by index, the other param is the same to play.
* Deprecated, please use playWithIndex
* @deprecated, please use playWithIndex
* @param animationIndex the animation index you want to play
*/
CC_DEPRECATED_ATTRIBUTE virtual void playByIndex(int animationIndex, int durationTo = -1, int loop = -1);