mirror of
https://github.com/ppy/osu.git
synced 2025-01-19 15:02:54 +08:00
Use 0.1 precision for playback speed
This commit is contained in:
parent
bd5db6fc8d
commit
8e280b6b0c
@ -42,7 +42,7 @@ namespace osu.Game.Screens.Play.PlayerSettings
|
||||
{
|
||||
Anchor = Anchor.CentreRight,
|
||||
Origin = Anchor.CentreRight,
|
||||
Text = "1.00x",
|
||||
Text = "1.0x",
|
||||
Font = @"Exo2.0-Bold",
|
||||
}
|
||||
},
|
||||
@ -54,7 +54,7 @@ namespace osu.Game.Screens.Play.PlayerSettings
|
||||
Default = 1,
|
||||
MinValue = 0.5,
|
||||
MaxValue = 2,
|
||||
Precision = 0.01,
|
||||
Precision = 0.1,
|
||||
},
|
||||
}
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user