mirror of
https://github.com/ppy/osu.git
synced 2026-05-17 07:22:38 +08:00
Fix settings overlay pass-through logic
This commit is contained in:
@@ -54,6 +54,7 @@ namespace osu.Game.Overlays
|
||||
{
|
||||
this.showSidebar = showSidebar;
|
||||
RelativeSizeAxes = Axes.Y;
|
||||
AutoSizeAxes = Axes.X;
|
||||
}
|
||||
|
||||
protected virtual IEnumerable<SettingsSection> CreateSections() => null;
|
||||
|
||||
Reference in New Issue
Block a user