mirror of
https://github.com/EsotericSoftware/spine-runtimes.git
synced 2025-12-20 09:16:01 +08:00
[c] IKCONSTRAINT_ENTRIES was incorrect. Closes #1197.
This commit is contained in:
parent
ed7b4eaaea
commit
a5023f521c
@ -432,7 +432,7 @@ typedef spDeformTimeline DeformTimeline;
|
||||
|
||||
/**/
|
||||
|
||||
static const int IKCONSTRAINT_ENTRIES = 4;
|
||||
static const int IKCONSTRAINT_ENTRIES = 5;
|
||||
|
||||
typedef struct spIkConstraintTimeline {
|
||||
spCurveTimeline super;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user