Fix mod select overlay dimming itself

This commit is contained in:
Dean Herbert
2019-03-02 14:48:05 +09:00
parent c5011de774
commit b7126b3efb
2 changed files with 9 additions and 1 deletions

View File

@ -38,6 +38,8 @@ namespace osu.Game.Overlays.Mods
protected override bool BlockNonPositionalInput => false;
protected override bool DimMainContent => false;
protected readonly FillFlowContainer<ModSection> ModSectionsContainer;
protected readonly Bindable<IEnumerable<Mod>> SelectedMods = new Bindable<IEnumerable<Mod>>(new Mod[] { });