Skip to content

Commit

Permalink
Fix time freeze
Browse files Browse the repository at this point in the history
  • Loading branch information
qarmin committed Nov 27, 2021
1 parent c4fe91f commit 0dde588
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Autoload/Autoload.gd
Original file line number Diff line number Diff line change
Expand Up @@ -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")

Expand Down

0 comments on commit 0dde588

Please sign in to comment.