Преглед изворни кода

[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;