mirror of
https://github.com/ppy/osu.git
synced 2024-11-11 17:07:38 +08:00
Remove duplicated dependency on AudioManager
This commit is contained in:
parent
2fa7143cda
commit
6d87d22a84
@ -44,7 +44,7 @@ namespace osu.Game.Screens.Menu
|
||||
private SampleChannel welcome;
|
||||
|
||||
[BackgroundDependencyLoader]
|
||||
private void load(AudioManager audio)
|
||||
private void load()
|
||||
{
|
||||
if (MenuVoice.Value && !MenuMusic.Value)
|
||||
welcome = audio.Samples.Get(@"welcome");
|
||||
|
Loading…
Reference in New Issue
Block a user