1
0
mirror of https://github.com/ppy/osu.git synced 2024-11-11 10:33:30 +08:00

Fix incorrect type specification

This commit is contained in:
Dean Herbert 2019-03-29 11:38:45 +09:00
parent 785433bb74
commit 1e369628a5

View File

@ -23,7 +23,7 @@ namespace osu.Game.Rulesets.Osu.UI
public static readonly Vector2 BASE_SIZE = new Vector2(512, 384);
protected override CursorContainer CreateCursor() => new OsuCursorContainer();
protected override GameplayCursorContainer CreateCursor() => new OsuCursorContainer();
public OsuPlayfield()
{