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()
{