mirror of
https://github.com/Relintai/regression-test-project.git
synced 2025-03-22 19:17:33 +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():
|
func _init():
|
||||||
if ClassDB.class_exists("_OS"):
|
if ClassDB.class_exists("OS"):
|
||||||
os = get_instance_from_name("_OS")
|
os = get_instance_from_name("OS")
|
||||||
else:
|
else:
|
||||||
os = get_instance_from_name("_Platform")
|
os = get_instance_from_name("Platform")
|
||||||
|
|
||||||
start_time = Time.get_ticks_msec()
|
start_time = Time.get_ticks_msec()
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user