mirror of
https://github.com/ppy/osu.git
synced 2025-03-14 05:47:20 +08:00
Merge pull request #3817 from smoogipoo/fix-hudoverlay-presence
Make hud overlay's content always present to fix input issues
This commit is contained in:
commit
21305ffd71
@ -48,7 +48,7 @@ namespace osu.Game.Screens.Play
|
||||
Add(content = new Container
|
||||
{
|
||||
RelativeSizeAxes = Axes.Both,
|
||||
|
||||
AlwaysPresent = true, // The hud may be hidden but certain elements may need to still be updated
|
||||
Children = new Drawable[]
|
||||
{
|
||||
ComboCounter = CreateComboCounter(),
|
||||
|
Loading…
x
Reference in New Issue
Block a user