Hide HUD in a better way

This commit is contained in:
Dean Herbert 2019-12-12 15:09:55 +09:00
parent 37a94988a3
commit e4297ffead

View File

@ -30,8 +30,8 @@ namespace osu.Game.Rulesets.Mods
public void ApplyToHUD(HUDOverlay overlay)
{
overlay.AlwaysPresent = true;
overlay.Hide();
overlay.ShowHud.Value = false;
overlay.ShowHud.Disabled = true;
}
public void ApplyToPlayer(Player player)