mirror of
https://github.com/ppy/osu.git
synced 2025-01-13 13:32:54 +08:00
Reword setting name & description
This commit is contained in:
parent
333e785f8b
commit
314a0f80f3
@ -43,7 +43,7 @@ namespace osu.Game.Rulesets.Mods
|
||||
Value = 0.9,
|
||||
};
|
||||
|
||||
[SettingSource("Accuracy Mode", "The Accuracy mode that will be used to Judge.")]
|
||||
[SettingSource("Accuracy mode", "The mode of accuracy that will trigger failure.")]
|
||||
public Bindable<AccuracyMode> AccuracyJudgeMode { get; } = new Bindable<AccuracyMode>();
|
||||
|
||||
private readonly Bindable<double> currentAccuracy = new Bindable<double>();
|
||||
|
Loading…
Reference in New Issue
Block a user