mirror of
https://github.com/ppy/osu.git
synced 2025-03-23 19:07:20 +08: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…
x
Reference in New Issue
Block a user