1
0
mirror of https://github.com/ppy/osu.git synced 2024-09-21 16:47:29 +08:00

Resolve code quality inspection

This commit is contained in:
Bartłomiej Dach 2023-05-06 16:23:00 +02:00
parent 38ebce8ee9
commit 808a44ac0c
No known key found for this signature in database

View File

@ -64,7 +64,7 @@ namespace osu.Game.Rulesets.Osu.UI
localCursorContainer?.Expire();
localCursorContainer = null;
GameplayCursor?.ActiveCursor?.Show();
GameplayCursor?.ActiveCursor.Show();
}
protected override bool OnHover(HoverEvent e) => true;