Fix back button not working correctly with multi song select's mod select

This commit is contained in:
Joehu
2020-07-14 00:29:57 -07:00
parent 3573460d9c
commit 36041fc245
2 changed files with 11 additions and 3 deletions

View File

@ -86,7 +86,7 @@ namespace osu.Game.Screens.Select
[Resolved]
private BeatmapManager beatmaps { get; set; }
protected ModSelectOverlay ModSelect { get; private set; }
public ModSelectOverlay ModSelect { get; private set; }
protected SampleChannel SampleConfirm { get; private set; }