diff --git a/Autoload/Autoload.gd b/Autoload/Autoload.gd index 4fd08f3..2e98afa 100644 --- a/Autoload/Autoload.gd +++ b/Autoload/Autoload.gd @@ -64,6 +64,5 @@ func _process(delta: float) -> void: func _exit_tree(): os.free() - if !ClassDB.class_exists("Time"): - time.free() + time.free()