timedeltafix
This commit is contained in:
@@ -96,7 +96,7 @@ function Meter.update()
|
||||
local in_minigame = string.find(Window.get_current_id(), "^minigame_") ~= nil
|
||||
if not in_minigame then
|
||||
if m.combo > 0 then
|
||||
m.combo_timer = m.combo_timer + 1
|
||||
m.combo_timer = m.combo_timer + Context.dt60
|
||||
if m.combo_timer >= COMBO_TIMEOUT_FRAMES then
|
||||
m.combo = 0
|
||||
m.combo_timer = 0
|
||||
|
||||
Reference in New Issue
Block a user