mirror of
https://github.com/GreenComfyTea/MHR-Overlay.git
synced 2026-01-24 04:18:11 -08:00
Move timers initializations into time.lua
This commit is contained in:
@@ -664,8 +664,6 @@ end
|
||||
|
||||
function this.init_module()
|
||||
this.init();
|
||||
time.new_timer(this.update_display_list, 0.5);
|
||||
time.new_timer(this.update_myself_position, 1);
|
||||
end
|
||||
|
||||
return this;
|
||||
|
||||
Reference in New Issue
Block a user