Sfoglia il codice sorgente

[c] IKCONSTRAINT_ENTRIES was incorrect. Closes #1197.

badlogic 7 anni fa
parent
commit
a5023f521c
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  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;