Fix type not being set

This commit is contained in:
smoogipoo 2021-01-27 20:07:22 +09:00
parent f2fa51bf5e
commit 0ff300628e

View File

@ -152,6 +152,8 @@ namespace osu.Game.Overlays.Mods
public ModSection(ModType type)
{
ModType = type;
AutoSizeAxes = Axes.Y;
RelativeSizeAxes = Axes.X;