Update leenkx/Sources/leenkx/logicnode/SetObjectDelayedLocationNode.hx

This commit is contained in:
2025-07-16 22:18:14 +00:00
parent f4077e461b
commit 5e0acd3d5d

View File

@ -26,7 +26,7 @@ class SetObjectDelayedLocationNode extends LogicNode {
var target: Object = inputs[2].get();
var delay: Float = inputs[3].get();
if (follower == null || target == null || delay == null) return runOutput(0);
if (follower == null || target == null) return runOutput(0);
if (initialOffset == null) {
initialOffset = new Vec4();