mirror of
https://github.com/ppy/osu
synced 2024-12-10 00:50:07 +00:00
Fix nullability of dialogOverlay
dependency
This commit is contained in:
parent
f8524c3af4
commit
228683e956
@ -91,7 +91,7 @@ namespace osu.Game.Screens.Select
|
||||
|
||||
private BeatmapInfoWedge beatmapInfoWedge;
|
||||
|
||||
[Resolved]
|
||||
[Resolved(canBeNull: true)]
|
||||
private IDialogOverlay dialogOverlay { get; set; }
|
||||
|
||||
[Resolved]
|
||||
|
Loading…
Reference in New Issue
Block a user