fix process node

This commit is contained in:
Lera Elvoé 2023-12-10 17:24:08 +03:00
parent 0bc814a38b
commit 6d8e64b90a
No known key found for this signature in database

View file

@ -30,7 +30,7 @@ func _event_received(event_name: StringName, event_data: Dictionary = {}) -> voi
if event_name != &"process": if event_name != &"process":
return return
var run := resolve_input_port_value(0) != null var run = resolve_input_port_value(0) == true
if !run: if !run:
return return