NathanSweet 12 년 전
부모
커밋
7f73966738
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      spine-js/spine.js

+ 1 - 1
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;