Skip to content

Commit 3a5de72

Browse files
committed
Issue cocos2d#1851: Fixed a bug about Armature loop
1 parent f7455d4 commit 3a5de72

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

extensions/cocostudio/armature/animation/CCArmatureAnimation.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -389,7 +389,7 @@ ccs.ArmatureAnimation = ccs.ProcessBase.extend(/** @lends ccs.ArmatureAnimation#
389389
return;
390390
}
391391
var animationName = moveNames[animationIndex];
392-
this.play(animationName, durationTo, -1, loop, 0);
392+
this.play(animationName, durationTo, loop, 0);
393393
},
394394

395395
/**

0 commit comments

Comments
 (0)