2d-inc / Flare-Flutter

Load and get full control of your Rive files in a Flutter project using this library.
https://rive.app/
MIT License
2.55k stars 469 forks source link

Hotfix/ik constraint #299

Open sawthiha opened 3 years ago

sawthiha commented 3 years ago

copyIKConstraint() is supposed to copy _influencedBones from target constraint node. Instead it mistakenly copies the instance's _influencedBones to itself which will always be empty at that point, leaving bones unconstrained.