Replace old mod select overlay with new design

This commit is contained in:
Bartłomiej Dach
2022-05-04 21:49:02 +02:00
parent e2895ea145
commit 407db7ff9d
3 changed files with 12 additions and 28 deletions

View File

@ -551,7 +551,7 @@ namespace osu.Game.Tests.Visual.Navigation
public class TestPlaySongSelect : PlaySongSelect
{
public ModSelectOverlay ModSelectOverlay => ModSelect;
public ModSelectScreen ModSelectOverlay => ModSelect;
public BeatmapOptionsOverlay BeatmapOptionsOverlay => BeatmapOptions;