Fix mod select not showing up in mod settings test

This commit is contained in:
Joehu
2020-02-01 11:50:24 -08:00
parent 609ee26030
commit 583fee074f

View File

@ -74,7 +74,6 @@ namespace osu.Game.Tests.Visual.UserInterface
Child = modSelect = new TestModSelectOverlay Child = modSelect = new TestModSelectOverlay
{ {
RelativeSizeAxes = Axes.X,
Origin = Anchor.BottomCentre, Origin = Anchor.BottomCentre,
Anchor = Anchor.BottomCentre, Anchor = Anchor.BottomCentre,
}; };