Move 'back' sample playback from OnResuming to OnExiting

This commit is contained in:
Jamie Taylor
2022-06-15 13:04:08 +09:00
parent af87722be8
commit 6b744a14b0
3 changed files with 7 additions and 5 deletions

View File

@ -66,6 +66,8 @@ namespace osu.Game.Screens.Menu
protected override BackgroundScreen CreateBackground() => background;
protected override bool PlayExitSound => false;
private Bindable<double> holdDelay;
private Bindable<bool> loginDisplayed;