1
0
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:
Dean Herbert 2017-05-24 02:09:31 +09:00
parent 84499275ad
commit 813b09189c

View File

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