Преглед на файлове

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