mirror of
https://github.com/ppy/osu
synced 2025-02-09 14:47:33 +00:00
Fix nullability hint
This commit is contained in:
parent
d12b11e234
commit
091425db30
@ -43,7 +43,7 @@ namespace osu.Game.Rulesets.Osu.UI
|
||||
|
||||
public static readonly Vector2 BASE_SIZE = new Vector2(512, 384);
|
||||
|
||||
protected override GameplayCursorContainer CreateCursor() => new OsuCursorContainer();
|
||||
protected override GameplayCursorContainer? CreateCursor() => new OsuCursorContainer();
|
||||
|
||||
private readonly Container judgementAboveHitObjectLayer;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user