mirror of
https://github.com/osukey/osukey.git
synced 2025-07-03 01:09:57 +09:00
always use default samples
This commit is contained in:
@ -41,10 +41,10 @@ namespace osu.Game.Screens.Menu
|
||||
private BackgroundScreenDefault background;
|
||||
|
||||
[BackgroundDependencyLoader]
|
||||
private void load()
|
||||
private void load(AudioManager audio)
|
||||
{
|
||||
if (MenuVoice.Value && !MenuMusic.Value)
|
||||
SetWelcome();
|
||||
Welcome = audio.Samples.Get(@"welcome");
|
||||
}
|
||||
|
||||
protected override void LogoArriving(OsuLogo logo, bool resuming)
|
||||
|
Reference in New Issue
Block a user