Disabled the hack.

This commit is contained in:
Relintai 2022-03-20 11:12:42 +01:00
parent 571953c75b
commit 46c8ea05f6
1 changed files with 3 additions and 3 deletions

View File

@ -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()