Get Transform Update

This commit is contained in:
2026-09-07 11:33:15 -07:00
parent 3fd1b395fb
commit d44fd9993a

View File

@ -10,7 +10,7 @@ class GetTransformNode extends LogicNode {
override function get(from: Int): Dynamic {
var object: Object = inputs[0].get();
var relative: Bool = inputs.length > 1 && inputs[1] != null ? inputs[1].get() : false;
var relative: Bool = inputs[1].get();
if (object == null) return null;