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

@ -72,7 +72,7 @@ namespace osu.Game.Screens.Menu
MenuVoice = config.GetBindable<bool>(OsuSetting.MenuVoice);
MenuMusic = config.GetBindable<bool>(OsuSetting.MenuMusic);
Seeya = audio.Samples.Get(@"Intro/lazer/seeya");
Seeya = audio.Samples.Get(@"Intro/seeya");
BeatmapSetInfo setInfo = null;