Explorar o código

[c] IKCONSTRAINT_ENTRIES was incorrect. Closes #1197.

badlogic %!s(int64=7) %!d(string=hai) anos
pai
achega
a5023f521c
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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;