mirror of
https://github.com/osukey/osukey.git
synced 2025-08-03 22:56:36 +09:00
Also reset LocalUserPlaying in OnSuspending
This commit is contained in:
@ -666,6 +666,9 @@ namespace osu.Game.Screens.Play
|
||||
{
|
||||
screenSuspension?.Expire();
|
||||
|
||||
// Ensure we reset the LocalUserPlaying state
|
||||
localUserPlaying.Value = false;
|
||||
|
||||
fadeOut();
|
||||
base.OnSuspending(next);
|
||||
}
|
||||
|
Reference in New Issue
Block a user