Add confirm-selection sound in song select

This commit is contained in:
Dean Herbert
2017-11-26 03:30:05 +09:00
parent c5aacb75c6
commit 5aa6615107
2 changed files with 10 additions and 2 deletions

View File

@ -335,7 +335,7 @@ namespace osu.Game.Screens.Select
logo.Action = () =>
{
carouselRaisedStart();
return true;
return false;
};
}