HitFX, Early/Late display with ms #35

Merged
hersi merged 16 commits from domdoc-develop into master 2022-05-27 11:17:12 +02:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit 1dafc383bb - Show all commits

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