1
0
mirror of https://github.com/ppy/osu.git synced 2024-09-21 18:47:27 +08:00

Remove unused values

This commit is contained in:
Dean Herbert 2023-11-17 18:41:09 +09:00
parent 6fa7b4f552
commit c9c8ed7c77
No known key found for this signature in database

View File

@ -197,19 +197,10 @@ namespace osu.Game.Rulesets.Osu.Scoring
increase = 0.011;
break;
case HitResult.Good:
increase = 0.024;
break;
case HitResult.Great:
increase = 0.03;
break;
case HitResult.Perfect:
// 1.1 * Great. Unused.
increase = 0.033;
break;
case HitResult.SmallBonus:
increase = 0.0085;
break;