mirror of
https://github.com/ppy/osu.git
synced 2024-12-16 03:42:58 +08:00
Fix other regression.
This commit is contained in:
parent
577601a90f
commit
533868a608
@ -62,7 +62,7 @@ namespace osu.Game.Modes.Osu.UI
|
||||
protected override void LoadComplete()
|
||||
{
|
||||
base.LoadComplete();
|
||||
if (InputManager.ReplayInputHandler != null)
|
||||
if (InputManager?.ReplayInputHandler != null)
|
||||
Add(new OsuCursorContainer { Colour = Color4.LightYellow });
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user