mirror of
https://github.com/Relintai/regression-test-project.git
synced 2025-05-09 22:51:39 +02: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:
|
if current_run_time > time_to_show && can_be_closed:
|
||||||
print("######################## Ending test ########################")
|
print("######################## Ending test ########################")
|
||||||
|
get_tree().quit()
|
||||||
#hack to make sure the engine always quits no matter what, because doing this will throw an exception
|
#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