Update leenkx/Sources/leenkx/logicnode/SetParentBoneNode.hx

This commit is contained in:
Onek8 2025-03-11 11:27:26 +00:00
parent 381744e678
commit 4bd4995b6e

View File

@ -17,7 +17,7 @@ class SetParentBoneNode extends LogicNode {
if (object == null || parent == null) return;
object.setParent(parent, false, false);
object.setParent(parent, false, inputs[4].get());
var banim = object.getBoneAnimation(object.parent.uid);
banim.addBoneChild(bone, object);