From 30b7a029dcee4af5fb5fc9f877e219ec4922fc1f Mon Sep 17 00:00:00 2001 From: ColdVolcano Date: Sun, 23 Apr 2017 00:57:41 -0500 Subject: [PATCH] Remove for real this time --- osu.Game/Screens/Menu/Intro.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/osu.Game/Screens/Menu/Intro.cs b/osu.Game/Screens/Menu/Intro.cs index fe32965e64..f9b95dd7eb 100644 --- a/osu.Game/Screens/Menu/Intro.cs +++ b/osu.Game/Screens/Menu/Intro.cs @@ -62,7 +62,7 @@ namespace osu.Game.Screens.Menu private Bindable menuMusic; [BackgroundDependencyLoader] - private void load(OsuGameBase game, AudioManager audio, OsuConfigManager config) + private void load(AudioManager audio, OsuConfigManager config) { menuVoice = config.GetBindable(OsuConfig.MenuVoice); menuMusic = config.GetBindable(OsuConfig.MenuMusic);