Skip to content

Commit dae7af8

Browse files
committed
Reverted part of animation reset
#888 Notes
1 parent 7555099 commit dae7af8

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

cocos2d-ui/CCBReader/CCAnimationManager.m

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -515,8 +515,6 @@ - (void)runAnimationsForSequenceId:(int)seqId tweenDuration:(float) tweenDuratio
515515
// Reset Node State to First KeyFrame
516516
[self setKeyFrameForNode:node sequenceProperty:seqProp tweenDuration:tweenDuration keyFrame:0];
517517

518-
// Build First Key Frame Sequence
519-
[self runActionsForNode:node sequenceProperty:seqProp tweenDuration:tweenDuration startKeyFrame:0];
520518
}
521519
}
522520

0 commit comments

Comments
 (0)