Fix mod select overlay not showing up in test

This commit is contained in:
Joehu
2020-02-01 11:41:41 -08:00
parent 2d42a83bb9
commit 609ee26030
3 changed files with 2 additions and 2 deletions

View File

@ -247,7 +247,6 @@ namespace osu.Game.Screens.Select
BeatmapOptions = new BeatmapOptionsOverlay(),
ModSelect = new ModSelectOverlay
{
RelativeSizeAxes = Axes.Both,
Origin = Anchor.BottomCentre,
Anchor = Anchor.BottomCentre,
}