mirror of
https://github.com/ppy/osu.git
synced 2026-05-27 05:01:22 +08: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