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:
parent
bfd81b77fa
commit
318431a1b7
@ -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,
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user