mirror of
https://github.com/Relintai/regression-test-project.git
synced 2024-11-12 10:25:30 +01:00
Disabled the hack.
This commit is contained in:
parent
571953c75b
commit
46c8ea05f6
@ -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()
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user