mirror of
https://github.com/Relintai/regression-test-project.git
synced 2025-03-12 18:38:50 +01:00
Change _OS to OS
This commit is contained in:
parent
065885fb35
commit
bd5a3f9466
@ -24,10 +24,10 @@ const alone_steps : Array = [
|
||||
]
|
||||
|
||||
func _init():
|
||||
if ClassDB.class_exists("_OS"):
|
||||
os = get_instance_from_name("_OS")
|
||||
if ClassDB.class_exists("OS"):
|
||||
os = get_instance_from_name("OS")
|
||||
else:
|
||||
os = get_instance_from_name("_Platform")
|
||||
os = get_instance_from_name("Platform")
|
||||
|
||||
start_time = Time.get_ticks_msec()
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user