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.
2 parents 1dfa905 + 2a7a7bc commit d18be50Copy full SHA for d18be50
cocos2d/actions/CCActionInterval.js
@@ -108,6 +108,8 @@ cc.ActionInterval = cc.FiniteTimeAction.extend(/** @lends cc.ActionInterval# */{
108
action._speed = this._speed;
109
action._times = this._times;
110
action._easeList = this._easeList;
111
+ action._speedMethod = this._speedMethod;
112
+ action._repeatMethod = this._repeatMethod;
113
},
114
115
/**
0 commit comments