mirror of
https://github.com/osukey/osukey.git
synced 2025-08-03 06:36:31 +09:00
Don't play exit sound if screen is in a non-resumable state when exiting
This commit is contained in:
@ -212,7 +212,7 @@ namespace osu.Game.Screens
|
||||
|
||||
public override bool OnExiting(ScreenExitEvent e)
|
||||
{
|
||||
if (PlayExitSound)
|
||||
if (ValidForResume && PlayExitSound)
|
||||
sampleExit?.Play();
|
||||
|
||||
if (ValidForResume && logo != null)
|
||||
|
Reference in New Issue
Block a user