mirror of
https://github.com/godotengine/regression-test-project.git
synced 2026-01-01 01:48:47 +03:00
Change _OS to OS
This commit is contained in:
@@ -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()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user