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
commit 21305ffd71
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -48,7 +48,7 @@ public HUDOverlay(ScoreProcessor scoreProcessor, RulesetContainer rulesetContain
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(),