mirror of
https://github.com/ppy/osu
synced 2024-12-13 18:37:04 +00:00
Fix redundant bindable initialisation in SongSelect
This commit is contained in:
parent
1d7b8ea21a
commit
936a21a661
@ -138,7 +138,7 @@ namespace osu.Game.Screens.Select
|
||||
[Resolved]
|
||||
internal IOverlayManager? OverlayManager { get; private set; }
|
||||
|
||||
private Bindable<bool> configBackgroundBlur { get; set; } = new BindableBool();
|
||||
private Bindable<bool> configBackgroundBlur = null!;
|
||||
|
||||
[BackgroundDependencyLoader(true)]
|
||||
private void load(AudioManager audio, OsuColour colours, ManageCollectionsDialog? manageCollectionsDialog, DifficultyRecommender? recommender, OsuConfigManager config)
|
||||
|
Loading…
Reference in New Issue
Block a user