Fix incorrect specification on some sample lookups

This commit is contained in:
Dean Herbert
2020-10-30 11:52:25 +09:00
parent d319b27b3d
commit 2ea4aa0a37
4 changed files with 7 additions and 7 deletions

View File

@ -33,7 +33,7 @@ namespace osu.Game.Screens.Play
AddButton("Retry", colours.YellowDark, () => OnRetry?.Invoke());
AddButton("Quit", new Color4(170, 27, 39, 255), () => OnQuit?.Invoke());
AddInternal(pauseLoop = new SkinnableSound(new SampleInfo("pause-loop"))
AddInternal(pauseLoop = new SkinnableSound(new SampleInfo("Gameplay/pause-loop"))
{
Looping = true,
Volume = { Value = 0 }