1
0
mirror of https://github.com/ppy/osu.git synced 2025-01-28 02:43:19 +08:00

make MaximumAchievable to default

This commit is contained in:
cdwcgt 2023-05-27 21:27:32 +09:00
parent bfd81b77fa
commit 318431a1b7
No known key found for this signature in database
GPG Key ID: 144396D01095C3A2

View File

@ -76,11 +76,11 @@ namespace osu.Game.Rulesets.Mods
public enum AccuracyMode
{
[LocalisableDescription(typeof(GameplayAccuracyCounterStrings), nameof(GameplayAccuracyCounterStrings.AccuracyDisplayModeStandard))]
Standard,
[LocalisableDescription(typeof(GameplayAccuracyCounterStrings), nameof(GameplayAccuracyCounterStrings.AccuracyDisplayModeMax))]
MaximumAchievable,
[LocalisableDescription(typeof(GameplayAccuracyCounterStrings), nameof(GameplayAccuracyCounterStrings.AccuracyDisplayModeStandard))]
Standard,
}
}
}