We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7555099 commit dae7af8Copy full SHA for dae7af8
cocos2d-ui/CCBReader/CCAnimationManager.m
@@ -515,8 +515,6 @@ - (void)runAnimationsForSequenceId:(int)seqId tweenDuration:(float) tweenDuratio
515
// Reset Node State to First KeyFrame
516
[self setKeyFrameForNode:node sequenceProperty:seqProp tweenDuration:tweenDuration keyFrame:0];
517
518
- // Build First Key Frame Sequence
519
- [self runActionsForNode:node sequenceProperty:seqProp tweenDuration:tweenDuration startKeyFrame:0];
520
}
521
522
0 commit comments