Remove unused parameter

This commit is contained in:
Dean Herbert 2017-05-24 02:09:31 +09:00
parent 84499275ad
commit 813b09189c
1 changed files with 1 additions and 1 deletions

View File

@ -213,7 +213,7 @@ public OsuLogo()
}
[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");