1
0
mirror of https://github.com/ppy/osu.git synced 2026-05-30 03:59:55 +08:00

Add startup value for the slider

This commit is contained in:
EVAST9919
2017-10-26 15:18:06 +03:00
Unverified
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,