mirror of
https://github.com/ppy/osu.git
synced 2025-01-13 16:32:54 +08:00
Increase the precision of speed multiplier to match osu-stable
This commit is contained in:
parent
711d895a04
commit
0195d654ca
@ -19,7 +19,7 @@ namespace osu.Game.Beatmaps.ControlPoints
|
||||
/// </summary>
|
||||
public readonly BindableDouble SpeedMultiplierBindable = new BindableDouble(1)
|
||||
{
|
||||
Precision = 0.1,
|
||||
Precision = 0.01,
|
||||
Default = 1,
|
||||
MinValue = 0.1,
|
||||
MaxValue = 10
|
||||
|
Loading…
Reference in New Issue
Block a user