Remove () (is a signal not a method)
This commit is contained in:
parent
9ef4c9243a
commit
a722ea5235
1 changed files with 1 additions and 1 deletions
|
@ -43,7 +43,7 @@ var config_newlines_sizelimit: int
|
|||
# +++ module +++
|
||||
func _cleanup() -> void:
|
||||
_schedule()
|
||||
await get_tree().process_frame()
|
||||
await get_tree().process_frame
|
||||
|
||||
func _schedule() -> void:
|
||||
for instance in instances:
|
||||
|
|
Loading…
Reference in a new issue