Change hash to be lowercase and change sample directories

This commit is contained in:
Shivam
2020-06-12 15:57:23 +02:00
parent c0afe4c880
commit 81c392b841
4 changed files with 4 additions and 4 deletions

View File

@ -47,7 +47,7 @@ namespace osu.Game.Screens.Menu
private void load()
{
if (MenuVoice.Value && !UsingThemedIntro)
welcome = audio.Samples.Get(@"Intro/lazer/welcome");
welcome = audio.Samples.Get(@"Intro/welcome");
}
protected override void LogoArriving(OsuLogo logo, bool resuming)