make delay node send its output as a deferred call

This commit is contained in:
Lera Elvoé 2024-01-17 09:30:27 +03:00
parent 2bd4042cfe
commit 1992d840d9
No known key found for this signature in database

View file

@ -34,7 +34,7 @@ func handle_delay(data):
#print("Delay over") #print("Delay over")
send(0, data) send.call_deferred(0, data)
func _notification(what): func _notification(what):