mirror of
https://github.com/osukey/osukey.git
synced 2025-08-03 22:56:36 +09:00
Removed unused variables and parameters
This commit is contained in:
@ -52,7 +52,7 @@ namespace osu.Game.Graphics.Cursor
|
||||
}
|
||||
|
||||
[BackgroundDependencyLoader]
|
||||
private void load(TextureStore textures, OsuConfigManager config)
|
||||
private void load(OsuConfigManager config)
|
||||
{
|
||||
cursorScale = (BindableDouble)config.GetBindable<double>(OsuConfig.CursorSize);
|
||||
|
||||
|
Reference in New Issue
Block a user