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

Add one more level of null check

This commit is contained in:
Dean Herbert
2019-11-01 15:33:38 +09:00
Unverified
parent 05002ea3e8
commit e23ea94383
+1 -1
View File
@@ -62,7 +62,7 @@ namespace osu.Game.Rulesets.Osu.UI
localCursorContainer?.Expire();
localCursorContainer = null;
GameplayCursor?.ActiveCursor.Show();
GameplayCursor?.ActiveCursor?.Show();
}
protected override bool OnHover(HoverEvent e) => true;