Remove () (is a signal not a method)

This commit is contained in:
JeremyStar™ 2024-04-12 17:08:14 +02:00
parent 9ef4c9243a
commit a722ea5235
Signed by: JeremyStarTM
GPG key ID: E366BAEF67E4704D

View file

@ -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: