1
0
mirror of https://github.com/ppy/osu.git synced 2026-05-18 06:21:22 +08:00

Don't re-use confim-selection sample for the skip intro button

This commit is contained in:
Jamie Taylor
2021-11-10 17:13:47 +09:00
Unverified
parent 5f462b6441
commit b13d020a49
+1 -1
View File
@@ -270,7 +270,7 @@ namespace osu.Game.Screens.Play
colourNormal = colours.Yellow;
colourHover = colours.YellowDark;
sampleConfirm = audio.Samples.Get(@"SongSelect/confirm-selection");
sampleConfirm = audio.Samples.Get(@"UI/submit-select");
Children = new Drawable[]
{