From c096743325deb756e8ba92a1b626462dacc4e54d Mon Sep 17 00:00:00 2001 From: yinkaile Date: Thu, 26 Dec 2013 14:57:38 +0800 Subject: [PATCH] change comment --- cocos/editor-support/cocostudio/CCArmatureAnimation.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cocos/editor-support/cocostudio/CCArmatureAnimation.h b/cocos/editor-support/cocostudio/CCArmatureAnimation.h index 0276bcc97d..81cd83c7fb 100644 --- a/cocos/editor-support/cocostudio/CCArmatureAnimation.h +++ b/cocos/editor-support/cocostudio/CCArmatureAnimation.h @@ -127,7 +127,7 @@ public: /** * Play animation by index, the other param is the same to play. - * Deprecated, please use + * 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);