1
0
mirror of https://github.com/ppy/osu.git synced 2025-03-15 15:27:20 +08:00

Fix nullability of dialogOverlay dependency

This commit is contained in:
Dean Herbert 2022-06-07 23:48:34 +09:00
parent f8524c3af4
commit 228683e956

View File

@ -91,7 +91,7 @@ namespace osu.Game.Screens.Select
private BeatmapInfoWedge beatmapInfoWedge;
[Resolved]
[Resolved(canBeNull: true)]
private IDialogOverlay dialogOverlay { get; set; }
[Resolved]