mirror of
https://github.com/ppy/osu
synced 2024-12-29 02:12:43 +00:00
Hide HUD in a better way
This commit is contained in:
parent
37a94988a3
commit
e4297ffead
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user