mirror of
https://github.com/osukey/osukey.git
synced 2025-04-29 10:47:22 +09: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)
|
Current = new BindableDouble(Beatmap.Difficulty.BaseSliderVelocity)
|
||||||
{
|
{
|
||||||
Default = 1,
|
Default = 1,
|
||||||
MinValue = 0.01,
|
MinValue = 0.4,
|
||||||
MaxValue = 10,
|
MaxValue = 3.6,
|
||||||
Precision = 0.1f,
|
Precision = 0.01f,
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
};
|
};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user