Hide settings overlay along with other HUD-hidden content

This commit is contained in:
Dean Herbert 2019-12-12 14:19:04 +09:00
parent ad2528d4d2
commit ffb5cdc6ae

View File

@ -94,9 +94,9 @@ namespace osu.Game.Screens.Play
Progress = CreateProgress(),
ModDisplay = CreateModsContainer(),
HitErrorDisplay = CreateHitErrorDisplayOverlay(),
PlayerSettingsOverlay = CreatePlayerSettingsOverlay(),
}
},
PlayerSettingsOverlay = CreatePlayerSettingsOverlay(),
new FillFlowContainer
{
Anchor = Anchor.BottomRight,