Update to a722ea5235c349b3d83fff32905f5b57e829c9a9
This commit is contained in:
parent
d4c98c073f
commit
e2e69764f7
1 changed files with 1 additions and 1 deletions
|
@ -43,7 +43,7 @@ var config_newlines_sizelimit: int
|
||||||
# +++ module +++
|
# +++ module +++
|
||||||
func _cleanup() -> void:
|
func _cleanup() -> void:
|
||||||
_schedule()
|
_schedule()
|
||||||
await get_tree().process_frame()
|
await get_tree().process_frame
|
||||||
|
|
||||||
func _schedule() -> void:
|
func _schedule() -> void:
|
||||||
for instance in instances:
|
for instance in instances:
|
||||||
|
|
Loading…
Reference in a new issue