Explorar el Código

[c] IKCONSTRAINT_ENTRIES was incorrect. Closes #1197.

badlogic hace 7 años
padre
commit
a5023f521c
Se han modificado 1 ficheros con 1 adiciones y 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;