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

remove ApproachRate setting

This commit is contained in:
unknown 2019-12-11 20:02:23 +08:00
parent b795532aa5
commit be3634cce1

View File

@ -19,16 +19,6 @@ namespace osu.Game.Rulesets.Taiko.Mods
Precision = 0.1F,
};
[SettingSource("Approach Rate", "Override the beatmap's set AR")]
public override BindableNumber<float> ApproachRate { get; } = new BindableFloat
{
MinValue = 1,
MaxValue = 10,
Default = 5,
Value = 5,
Precision = 0.1F,
};
[SettingSource("Overall Difficulty", "Override the beatmap's set OD")]
public override BindableNumber<float> OverallDifficulty { get; } = new BindableFloat
{