* forgot this

This commit is contained in:
FajsiEx 2021-09-05 15:22:48 +02:00
parent ef61a29703
commit 0d895c9552
1 changed files with 1 additions and 1 deletions

View File

@ -31,7 +31,7 @@ function render(deltaTime)
gameplay.gauge.value, gameplay.gauge.value,
(game.GetSkinSetting('_gaugeARS') == 1) (game.GetSkinSetting('_gaugeARS') == 1)
); );
Chain.render(deltaTime, chain, gameplay.critLine.x, gameplay.critLine.y); Chain.render(deltaTime, gameplay.comboState, chain, gameplay.critLine.x, gameplay.critLine.y);
end end
function render_crit_base(deltaTime) function render_crit_base(deltaTime)