mirror of
https://github.com/ppy/osu
synced 2025-03-02 09:30:57 +00:00
Fix settings overlay pass-through logic
This commit is contained in:
parent
8733f809a5
commit
f56e8121da
@ -54,6 +54,7 @@ namespace osu.Game.Overlays
|
||||
{
|
||||
this.showSidebar = showSidebar;
|
||||
RelativeSizeAxes = Axes.Y;
|
||||
AutoSizeAxes = Axes.X;
|
||||
}
|
||||
|
||||
protected virtual IEnumerable<SettingsSection> CreateSections() => null;
|
||||
|
Loading…
Reference in New Issue
Block a user