Clean-up pass (best effort) on LegacyComboCounter

This commit is contained in:
Dean Herbert
2020-10-14 18:34:51 +09:00
parent 9bb8a43bce
commit 7f5ea57bd4
2 changed files with 158 additions and 203 deletions

View File

@ -51,7 +51,7 @@ namespace osu.Game.Tests.Visual.Gameplay
AddStep(@"Hit! :D", delegate
{
score.Current.Value += 300 + (ulong)(300.0 * (comboCounter.Current.Value > 0 ? comboCounter.Current.Value - 1 : 0) / 25.0);
comboCounter.Increment();
comboCounter.Current.Value++;
numerator++;
denominator++;
accuracyCounter.SetFraction(numerator, denominator);