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:
commit
0e11ce7f85
@ -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);
|
||||||
|
Loading…
Reference in New Issue
Block a user