Move timers initializations into time.lua

This commit is contained in:
GreenComfyTea
2023-08-16 10:30:59 +03:00
parent 758a02bce8
commit 728b7f990f
8 changed files with 22 additions and 11 deletions

View File

@@ -143,7 +143,6 @@ function this.init_dependencies()
end
function this.init_module()
time.new_timer(this.update_window_size, 1);
end
return this;