Update leenkx/Sources/leenkx/logicnode/SetParentBoneNode.hx
This commit is contained in:
		| @ -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); | ||||
|  | ||||
		Reference in New Issue
	
	Block a user