Fix GetBoneFkIkOnly node

This commit is contained in:
Henrique 2021-06-13 21:38:15 -03:00
parent 24d917ae6a
commit 1ece052aee

View file

@ -23,7 +23,7 @@ class GetBoneFkIkOnlyNode extends LogicNode {
var bone = anim.getBone(boneName);
//Get bone transform in world coordinates
return bone.is_IK_FK_only;
return bone.is_ik_fk_only;
#end