diff --git a/spine-js/spine.js b/spine-js/spine.js index 3b53dd5a6..cbdb055a2 100644 --- a/spine-js/spine.js +++ b/spine-js/spine.js @@ -389,7 +389,7 @@ spine.ColorTimeline.prototype = { getFrameCount: function () { return this.frames.length / 2; }, - setFrame: function (frameIndex, time, x, y) { + setFrame: function (frameIndex, time, r, g, b, a) { frameIndex *= 5; this.frames[frameIndex] = time; this.frames[frameIndex + 1] = r;