mirror of https://github.com/ppy/osu
Fix nullability of `dialogOverlay` dependency
This commit is contained in:
parent
f8524c3af4
commit
228683e956
|
@ -91,7 +91,7 @@ public abstract class SongSelect : ScreenWithBeatmapBackground, IKeyBindingHandl
|
|||
|
||||
private BeatmapInfoWedge beatmapInfoWedge;
|
||||
|
||||
[Resolved]
|
||||
[Resolved(canBeNull: true)]
|
||||
private IDialogOverlay dialogOverlay { get; set; }
|
||||
|
||||
[Resolved]
|
||||
|
|
Loading…
Reference in New Issue