mirror of
https://github.com/osukey/osukey.git
synced 2025-08-04 23:24:04 +09:00
Clean-up pass (best effort) on LegacyComboCounter
This commit is contained in:
@ -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);
|
||||
|
Reference in New Issue
Block a user