mirror of
https://github.com/Relintai/regression-test-project.git
synced 2024-11-12 10:25:30 +01:00
Fix time freeze
This commit is contained in:
parent
c4fe91f121
commit
0dde5887fd
@ -30,7 +30,7 @@ func _init():
|
||||
if ClassDB.class_exists("_Time"):
|
||||
time_object = ClassDB.instance("_Time")
|
||||
elif ClassDB.class_exists("Time"):
|
||||
time_object = ClassDB.instance("_Time")
|
||||
time_object = ClassDB.instance("Time")
|
||||
else:
|
||||
time_object = ClassDB.instance("_OS")
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user