mirror of
https://github.com/osukey/osukey.git
synced 2025-07-03 01:09:57 +09:00
OsuCursorContainer -> OsuCursorVisualiser
This commit is contained in:
@ -445,7 +445,7 @@ namespace osu.Game
|
||||
|
||||
mainContent.Padding = new MarginPadding { Top = ToolbarOffset };
|
||||
|
||||
CursorContainer.CanShowCursor = currentScreen?.CursorVisible ?? false;
|
||||
CursorVisualiser.CanShowCursor = currentScreen?.CursorVisible ?? false;
|
||||
}
|
||||
|
||||
private void screenAdded(Screen newScreen)
|
||||
|
Reference in New Issue
Block a user