1
0
mirror of https://github.com/ppy/osu.git synced 2025-02-26 02:53:21 +08:00

Merge pull request #28062 from peppy/dont-hide-playfield

Don't hide playfield layer with HUD
This commit is contained in:
Bartłomiej Dach 2024-05-02 15:06:25 +02:00 committed by GitHub
commit 0e11ce7f85
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -171,7 +171,7 @@ namespace osu.Game.Screens.Play
}, },
}; };
hideTargets = new List<Drawable> { mainComponents, playfieldComponents, topRightElements }; hideTargets = new List<Drawable> { mainComponents, topRightElements };
if (rulesetComponents != null) if (rulesetComponents != null)
hideTargets.Add(rulesetComponents); hideTargets.Add(rulesetComponents);