1
0
mirror of https://github.com/ppy/osu.git synced 2024-12-14 16:12:57 +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
parent 5f462b6441
commit b13d020a49
No known key found for this signature in database
GPG Key ID: 2ACFA8B6370B8C8C

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[]
{