mirror of
https://github.com/osukey/osukey.git
synced 2025-07-01 08:20:00 +09:00
Invert CanShowCursor conditional to fix cursor not showing in VisualTests
This commit is contained in:
@ -20,7 +20,7 @@ namespace osu.Game.Graphics.Cursor
|
||||
/// <summary>
|
||||
/// Whether any cursors can be displayed.
|
||||
/// </summary>
|
||||
public bool CanShowCursor;
|
||||
public bool CanShowCursor = true;
|
||||
|
||||
public CursorContainer Cursor { get; }
|
||||
public bool ProvidingUserCursor => true;
|
||||
|
Reference in New Issue
Block a user