mirror of
https://github.com/osukey/osukey.git
synced 2025-07-02 00:40:09 +09:00
Increase the precision of speed multiplier to match osu-stable
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user