mirror of
https://github.com/ppy/osu.git
synced 2024-12-14 18:42:56 +08:00
Don't re-use confim-selection sample for the skip intro button
This commit is contained in:
parent
5f462b6441
commit
b13d020a49
@ -270,7 +270,7 @@ namespace osu.Game.Screens.Play
|
|||||||
colourNormal = colours.Yellow;
|
colourNormal = colours.Yellow;
|
||||||
colourHover = colours.YellowDark;
|
colourHover = colours.YellowDark;
|
||||||
|
|
||||||
sampleConfirm = audio.Samples.Get(@"SongSelect/confirm-selection");
|
sampleConfirm = audio.Samples.Get(@"UI/submit-select");
|
||||||
|
|
||||||
Children = new Drawable[]
|
Children = new Drawable[]
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user