mirror of
https://github.com/ppy/osu
synced 2025-03-18 17:15:28 +00:00
Fix type not being set
This commit is contained in:
parent
f2fa51bf5e
commit
0ff300628e
@ -152,6 +152,8 @@ namespace osu.Game.Overlays.Mods
|
||||
|
||||
public ModSection(ModType type)
|
||||
{
|
||||
ModType = type;
|
||||
|
||||
AutoSizeAxes = Axes.Y;
|
||||
RelativeSizeAxes = Axes.X;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user