Preserve permitNulls

This commit is contained in:
recapitalverb
2020-02-14 20:59:51 +07:00
parent 10798aeab3
commit c46d828716
5 changed files with 6 additions and 6 deletions

View File

@ -37,7 +37,7 @@ namespace osu.Game.Screens.Select.Carousel
private Triangles triangles;
private StarCounter starCounter;
[Resolved]
[Resolved(CanBeNull = true)]
private BeatmapSetOverlay beatmapOverlay { get; set; }
public DrawableCarouselBeatmap(CarouselBeatmap panel)

View File

@ -30,7 +30,7 @@ namespace osu.Game.Screens.Select.Carousel
private Action<BeatmapSetInfo> restoreHiddenRequested;
private Action<int> viewDetails;
[Resolved]
[Resolved(CanBeNull = true)]
private DialogOverlay dialogOverlay { get; set; }
private readonly BeatmapSetInfo beatmapSet;