소스 검색

[c] IKCONSTRAINT_ENTRIES was incorrect. Closes #1197.

badlogic 7 년 전
부모
커밋
a5023f521c
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      spine-c/spine-c/include/spine/Animation.h

+ 1 - 1
spine-c/spine-c/include/spine/Animation.h

@@ -432,7 +432,7 @@ typedef spDeformTimeline DeformTimeline;
 
 /**/
 
-static const int IKCONSTRAINT_ENTRIES = 4;
+static const int IKCONSTRAINT_ENTRIES = 5;
 
 typedef struct spIkConstraintTimeline {
 	spCurveTimeline super;