Fix other regression.

This commit is contained in:
Dean Herbert 2017-03-07 15:18:15 +09:00
parent 577601a90f
commit 533868a608
No known key found for this signature in database
GPG Key ID: 46D71BF4958ABB49
1 changed files with 1 additions and 1 deletions

View File

@ -62,7 +62,7 @@ public OsuPlayfield()
protected override void LoadComplete()
{
base.LoadComplete();
if (InputManager.ReplayInputHandler != null)
if (InputManager?.ReplayInputHandler != null)
Add(new OsuCursorContainer { Colour = Color4.LightYellow });
}