1
0
mirror of https://github.com/ppy/osu.git synced 2024-12-14 18:42:56 +08:00

change min/max values

This commit is contained in:
Pennek 2020-12-02 01:11:24 +01:00
parent 76035718bb
commit 477de1bab0

View File

@ -37,8 +37,8 @@ namespace osu.Game.Screens.Edit.Setup
Current = new BindableFloat(Beatmap.Value.BeatmapInfo.BaseDifficulty.CircleSize)
{
Default = BeatmapDifficulty.DEFAULT_DIFFICULTY,
MinValue = 2,
MaxValue = 7,
MinValue = 0,
MaxValue = 10,
Precision = 0.1f,
}
},