Update leenkx/Sources/leenkx/logicnode/SetParentBoneNode.hx
This commit is contained in:
parent
381744e678
commit
4bd4995b6e
@ -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);
|
||||
|
Loading…
x
Reference in New Issue
Block a user