mirror of
https://github.com/ppy/osu
synced 2025-01-15 18:41:14 +00:00
Fix multiplayer crashing when exiting from lounge
This commit is contained in:
parent
82dc7f39a3
commit
5e78f51e24
@ -193,7 +193,10 @@ namespace osu.Game.Screens.Multi
|
||||
this.Delay(WaveContainer.DISAPPEAR_DURATION).FadeOut();
|
||||
|
||||
cancelLooping();
|
||||
loungeSubScreen.MakeCurrent();
|
||||
|
||||
if (screenStack.CurrentScreen != null)
|
||||
loungeSubScreen.MakeCurrent();
|
||||
|
||||
updatePollingRate(isIdle.Value);
|
||||
|
||||
// the wave overlay transition takes longer than expected to run.
|
||||
|
Loading…
Reference in New Issue
Block a user