Fix bindable

This commit is contained in:
David Zhao 2019-02-25 13:27:44 +09:00
parent ccc86b66fa
commit 16fa30f71e

View File

@ -54,7 +54,8 @@ namespace osu.Game.Screens.Play
private Bindable<bool> mouseWheelDisabled;
private Bindable<double> userAudioOffset;
private Bindable<bool> storyboardReplacesBackground;
private readonly Bindable<bool> storyboardReplacesBackground = new Bindable<bool>();
public int RestartCount;