mirror of
https://codeberg.org/StreamGraph/StreamGraph.git
synced 2024-11-13 19:49:55 +01:00
make delay node send its output as a deferred call
This commit is contained in:
parent
2bd4042cfe
commit
1992d840d9
1 changed files with 1 additions and 1 deletions
|
@ -34,7 +34,7 @@ func handle_delay(data):
|
|||
|
||||
|
||||
#print("Delay over")
|
||||
send(0, data)
|
||||
send.call_deferred(0, data)
|
||||
|
||||
|
||||
func _notification(what):
|
||||
|
|
Loading…
Reference in a new issue