1
0
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:
Bartłomiej Dach 2021-06-25 21:51:42 +02:00 committed by GitHub
commit f2482e354e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -261,7 +261,7 @@ namespace osu.Game.Screens.Menu
switch (state)
{
default:
return true;
return false;
case ButtonSystemState.Initial:
State = ButtonSystemState.TopLevel;