1
0
mirror of https://github.com/ppy/osu.git synced 2025-01-28 02:02:53 +08:00

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>