mirror of
https://github.com/ppy/osu
synced 2024-12-11 17:42:28 +00:00
Fix bindable
This commit is contained in:
parent
ccc86b66fa
commit
16fa30f71e
@ -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;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user