mirror of
https://github.com/ppy/osu.git
synced 2025-02-13 11:12:54 +08:00
Add startup value for the slider
This commit is contained in:
parent
826d806e81
commit
a7bcae4869
@ -19,7 +19,7 @@ namespace osu.Game.Screens.Play.ReplaySettings
|
||||
Child = sliderbar = new ReplaySliderBar<double>
|
||||
{
|
||||
LabelText = "Playback speed",
|
||||
Bindable = new BindableDouble
|
||||
Bindable = new BindableDouble(1)
|
||||
{
|
||||
Default = 1,
|
||||
MinValue = 0.5,
|
||||
|
Loading…
Reference in New Issue
Block a user