1
0
mirror of https://github.com/ppy/osu.git synced 2025-02-13 16:02:58 +08:00

Add startup value for the slider

This commit is contained in:
EVAST9919 2017-10-26 15:18:06 +03:00
parent 826d806e81
commit a7bcae4869

View File

@ -19,7 +19,7 @@ namespace osu.Game.Screens.Play.ReplaySettings
Child = sliderbar = new ReplaySliderBar<double> Child = sliderbar = new ReplaySliderBar<double>
{ {
LabelText = "Playback speed", LabelText = "Playback speed",
Bindable = new BindableDouble Bindable = new BindableDouble(1)
{ {
Default = 1, Default = 1,
MinValue = 0.5, MinValue = 0.5,