mirror of
https://github.com/ppy/osu.git
synced 2025-01-12 18:23:04 +08:00
Don't hide playfield layer with HUD
This commit is contained in:
parent
555305bf7f
commit
f9ef689492
@ -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)
|
||||
hideTargets.Add(rulesetComponents);
|
||||
|
Loading…
Reference in New Issue
Block a user