1
0
mirror of https://github.com/ppy/osu.git synced 2026-05-25 03:09:54 +08:00

Make hudoverlay always present

This commit is contained in:
smoogipoo
2018-12-04 19:18:39 +09:00
Unverified
parent 2d68a6c181
commit ca91dfa091
+1 -1
View File
@@ -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(),