1
0
mirror of https://github.com/ppy/osu.git synced 2025-03-26 03:57:21 +08:00

Same as #3006 + hide gameplay instantly

This commit is contained in:
HoutarouOreki 2018-07-11 14:47:34 +02:00
parent 4cc22387d4
commit fde9df3938

View File

@ -235,6 +235,8 @@ namespace osu.Game.Screens.Play
sampleExit?.Play();
ValidForResume = false;
RulesetContainer?.Hide();
pauseContainer?.Hide();
Exit();
}
}