1
0
mirror of https://github.com/ppy/osu.git synced 2026-05-20 07:19:53 +08:00

Hide settings overlay along with other HUD-hidden content

This commit is contained in:
Dean Herbert
2019-12-12 14:19:04 +09:00
Unverified
parent ad2528d4d2
commit ffb5cdc6ae
+1 -1
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,