fix in-game chat animation interval

This commit is contained in:
MihailRis 2025-01-18 07:39:17 +03:00
parent ce63b1b27b
commit 147cf5b417

View File

@ -42,7 +42,7 @@ function on_open()
if not initialized then
initialized = true
document.root:setInterval(1/animation_fps, function ()
document.root:setInterval(1/animation_fps * 1000, function ()
local uptime = time.uptime()
for _, line in ipairs(lines) do
update_line(line, uptime)