Fix music playing while exiting from editor

This commit is contained in:
Desconocidosmh
2019-07-09 00:08:18 +02:00
parent 39f04e497d
commit 338371c3fc
5 changed files with 18 additions and 11 deletions

View File

@ -426,6 +426,8 @@ namespace osu.Game.Screens.Select
{
base.OnEntering(last);
ResumeIfNoUserPauseRequested();
this.FadeInFromZero(250);
FilterControl.Activate();
}