[c] IKCONSTRAINT_ENTRIES was incorrect. Closes #1197.

This commit is contained in:
badlogic 2018-10-16 15:43:56 +02:00
parent ed7b4eaaea
commit a5023f521c

View File

@ -432,7 +432,7 @@ typedef spDeformTimeline DeformTimeline;
/**/ /**/
static const int IKCONSTRAINT_ENTRIES = 4; static const int IKCONSTRAINT_ENTRIES = 5;
typedef struct spIkConstraintTimeline { typedef struct spIkConstraintTimeline {
spCurveTimeline super; spCurveTimeline super;