OsuCursorContainer -> OsuCursorVisualiser

This commit is contained in:
smoogipoo
2018-01-12 19:45:09 +09:00
parent 34aee4fea0
commit 78441c05cb
4 changed files with 12 additions and 9 deletions

View File

@ -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)