mirror of
https://github.com/osukey/osukey.git
synced 2025-07-02 00:40:09 +09:00
Fix mod select not showing up in mod settings test
This commit is contained in:
@ -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,
|
||||||
};
|
};
|
||||||
|
Reference in New Issue
Block a user