mirror of
https://github.com/ppy/osu.git
synced 2025-02-13 11:12:54 +08:00
Use min/max values from stable
This commit is contained in:
parent
a6cb1f90e4
commit
8c44d528e9
@ -88,9 +88,9 @@ namespace osu.Game.Screens.Edit.Setup
|
||||
Current = new BindableDouble(Beatmap.Difficulty.BaseSliderVelocity)
|
||||
{
|
||||
Default = 1,
|
||||
MinValue = 0.01,
|
||||
MaxValue = 10,
|
||||
Precision = 0.1f,
|
||||
MinValue = 0.4,
|
||||
MaxValue = 3.6,
|
||||
Precision = 0.01f,
|
||||
}
|
||||
},
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user