mirror of
https://github.com/ppy/osu.git
synced 2025-01-14 03:15:45 +08:00
Remove unused parameter
This commit is contained in:
parent
84499275ad
commit
813b09189c
@ -213,7 +213,7 @@ namespace osu.Game.Screens.Menu
|
||||
}
|
||||
|
||||
[BackgroundDependencyLoader]
|
||||
private void load(TextureStore textures, AudioManager audio, OsuGameBase game)
|
||||
private void load(TextureStore textures, AudioManager audio)
|
||||
{
|
||||
sampleClick = audio.Sample.Get(@"Menu/menuhit");
|
||||
logo.Texture = textures.Get(@"Menu/logo");
|
||||
|
Loading…
Reference in New Issue
Block a user