mirror of
https://github.com/osukey/osukey.git
synced 2025-08-03 22:56:36 +09:00
Make hudoverlay always present
This commit is contained in:
@ -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(),
|
||||
|
Reference in New Issue
Block a user