mirror of
https://github.com/ppy/osu.git
synced 2025-03-05 07:02:55 +08:00
Merge pull request #13641 from aitani9/logo-transition-sound
Disable logo click sound when transitioning from main menu to song select
This commit is contained in:
commit
f2482e354e
@ -261,7 +261,7 @@ namespace osu.Game.Screens.Menu
|
||||
switch (state)
|
||||
{
|
||||
default:
|
||||
return true;
|
||||
return false;
|
||||
|
||||
case ButtonSystemState.Initial:
|
||||
State = ButtonSystemState.TopLevel;
|
||||
|
Loading…
Reference in New Issue
Block a user