mirror of
https://github.com/ppy/osu
synced 2025-02-21 04:57:11 +00:00
Add logo sound case for transitioning to song select
This commit is contained in:
parent
a5f5bde2c0
commit
c8022126dc
@ -274,6 +274,10 @@ namespace osu.Game.Screens.Menu
|
||||
case ButtonSystemState.Play:
|
||||
buttonsPlay.First().Click();
|
||||
return false;
|
||||
|
||||
// no sound should be played if the logo is clicked on while transitioning to song select
|
||||
case ButtonSystemState.EnteringMode:
|
||||
return false;
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user