Fixed hit anims showing for Idle hits

This commit is contained in:
domdoc 2022-05-12 15:12:25 +02:00
parent b18b6c8a82
commit 1dafc383bb
1 changed files with 1 additions and 1 deletions

View File

@ -109,7 +109,7 @@ function button_hit(button, rating, delta)
if (showHitAnims) then
if (rating == 1) then
HitFX.TriggerAnimation("Near", button + 1)
else
elseif (rating == 2) then
HitFX.TriggerAnimation("Crit", button + 1)
end
end