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

@@ -532,4 +532,5 @@ if imgui.begin_table == nil then
re.msg(language.current_language.customization_menu.reframework_outdated);
end
time.init_global_timers();
time.new_timer(update_UI, 0.5);