mirror of
https://github.com/osukey/osukey.git
synced 2025-07-01 16:29:58 +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>
|
/// </summary>
|
||||||
public readonly BindableDouble SpeedMultiplierBindable = new BindableDouble(1)
|
public readonly BindableDouble SpeedMultiplierBindable = new BindableDouble(1)
|
||||||
{
|
{
|
||||||
Precision = 0.1,
|
Precision = 0.01,
|
||||||
Default = 1,
|
Default = 1,
|
||||||
MinValue = 0.1,
|
MinValue = 0.1,
|
||||||
MaxValue = 10
|
MaxValue = 10
|
||||||
|
Reference in New Issue
Block a user