1
0
mirror of https://github.com/ppy/osu.git synced 2026-05-17 18:13:18 +08:00

Publicly expose HUDOverlay in Player.

This commit is contained in:
Lucas A
2020-05-05 10:40:10 +02:00
Unverified
parent aaa0f908d5
commit aff74db80d
+1 -1
View File
@@ -89,7 +89,7 @@ namespace osu.Game.Screens.Play
protected DrawableRuleset DrawableRuleset { get; private set; }
protected HUDOverlay HUDOverlay { get; private set; }
public HUDOverlay HUDOverlay { get; private set; }
public bool LoadedBeatmapSuccessfully => DrawableRuleset?.Objects.Any() == true;