mirror of
https://github.com/osukey/osukey.git
synced 2025-07-04 01:40:02 +09:00
Subclass LocalPlayerModSelectOverlay to correctly deselect incompatible mods on free mod selection
This commit is contained in:
@ -311,7 +311,7 @@ namespace osu.Game.Screens.Select
|
||||
(new FooterButtonOptions(), BeatmapOptions)
|
||||
};
|
||||
|
||||
protected virtual ModSelectOverlay CreateModSelectOverlay() => new SoloModSelectOverlay();
|
||||
protected virtual ModSelectOverlay CreateModSelectOverlay() => new LocalPlayerModSelectOverlay();
|
||||
|
||||
protected virtual void ApplyFilterToCarousel(FilterCriteria criteria)
|
||||
{
|
||||
|
Reference in New Issue
Block a user