1
0
mirror of https://github.com/ppy/osu.git synced 2024-11-11 10:07:52 +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?.Expire();
localCursorContainer = null; localCursorContainer = null;
GameplayCursor?.ActiveCursor?.Show(); GameplayCursor?.ActiveCursor.Show();
} }
protected override bool OnHover(HoverEvent e) => true; protected override bool OnHover(HoverEvent e) => true;