Fix cursor adding

This commit is contained in:
Dean Herbert 2019-03-26 17:04:14 +09:00
parent ed3746e166
commit 15821c7511

View File

@ -67,7 +67,7 @@ namespace osu.Game.Rulesets.UI
Cursor = CreateCursor();
if (Cursor != null)
CursorTargetContainer.Add(Cursor);
AddInternal(Cursor);
}
/// <summary>