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:
Dean Herbert
2018-12-04 23:16:48 +09:00
committed by GitHub

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(),