diff --git a/spine-js/spine.js b/spine-js/spine.js index cbdb055a2..673e13d35 100644 --- a/spine-js/spine.js +++ b/spine-js/spine.js @@ -387,7 +387,7 @@ spine.ColorTimeline = function (frameCount) { spine.ColorTimeline.prototype = { slotIndex: 0, getFrameCount: function () { - return this.frames.length / 2; + return this.frames.length / 5; }, setFrame: function (frameIndex, time, r, g, b, a) { frameIndex *= 5;