From 46c8ea05f65b05e09d5ccecba142da6e0aff5054 Mon Sep 17 00:00:00 2001 From: Relintai Date: Sun, 20 Mar 2022 11:12:42 +0100 Subject: [PATCH] Disabled the hack. --- Autoload/Autoload.gd | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Autoload/Autoload.gd b/Autoload/Autoload.gd index b37b219..cea466b 100644 --- a/Autoload/Autoload.gd +++ b/Autoload/Autoload.gd @@ -48,9 +48,9 @@ func _process(delta: float) -> void: if current_run_time > time_to_show && can_be_closed: print("######################## Ending test ########################") + get_tree().quit() #hack to make sure the engine always quits no matter what, because doing this will throw an exception - get_tree().quit() - get_tree().quit() - get_tree().quit() + #get_tree().quit() + #get_tree().quit()