Add startup value for the slider

This commit is contained in:
EVAST9919 2017-10-26 15:18:06 +03:00
parent 826d806e81
commit a7bcae4869
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@ public PlaybackSettings()
Child = sliderbar = new ReplaySliderBar<double>
{
LabelText = "Playback speed",
Bindable = new BindableDouble
Bindable = new BindableDouble(1)
{
Default = 1,
MinValue = 0.5,