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

Reword setting name & description

This commit is contained in:
Bartłomiej Dach 2023-05-29 22:12:37 +02:00
parent 333e785f8b
commit 314a0f80f3
No known key found for this signature in database

View File

@ -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>();