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

Hide Content instead of particular overlays

This commit is contained in:
HoutarouOreki 2018-07-15 00:52:15 +02:00
parent fde9df3938
commit 07183c0069

View File

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