1
0
mirror of https://github.com/ppy/osu.git synced 2024-09-22 06:47:24 +08:00

Add back disabling of overlays on exiting game.

This commit is contained in:
Lucas A 2020-08-28 09:55:14 +02:00
parent ad223bc460
commit 8de7744b52

View File

@ -280,6 +280,7 @@ namespace osu.Game.Screens.Menu
}
buttons.State = ButtonSystemState.Exit;
OverlayActivationMode.Value = OverlayActivation.Disabled;
songTicker.Hide();