eternalfile nitpick

This commit is contained in:
Jill 2022-09-20 09:33:44 +03:00
parent d0612b7d1a
commit 3765319ab9
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
return function()
function uranium.update()
if b > 1 then
if b >= 1 then
GAMESTATE:SetSongBeat(b % 1)
end
end