Skip to content

Commit d18be50

Browse files
committed
Merge pull request cocos2d#1844 from VisualSJ/develop-repeat
Issue #3943: Fix a bug that no copy of the object properties
2 parents 1dfa905 + 2a7a7bc commit d18be50

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

cocos2d/actions/CCActionInterval.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -108,6 +108,8 @@ cc.ActionInterval = cc.FiniteTimeAction.extend(/** @lends cc.ActionInterval# */{
108108
action._speed = this._speed;
109109
action._times = this._times;
110110
action._easeList = this._easeList;
111+
action._speedMethod = this._speedMethod;
112+
action._repeatMethod = this._repeatMethod;
111113
},
112114

113115
/**

0 commit comments

Comments
 (0)