forked from LeenkxTeam/LNXSDK
		
	merge upstream
This commit is contained in:
		| @ -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(); | ||||
|  | ||||
		Reference in New Issue
	
	Block a user