1
0
mirror of https://github.com/ppy/osu.git synced 2026-05-18 12:40:18 +08:00

Make sure exiting editor doesn't unpause the music

This commit is contained in:
Oskar Solecki
2019-07-09 12:53:40 +02:00
committed by GitHub
Unverified
parent 2546f647be
commit 3472979d0b
+1 -1
View File
@@ -238,7 +238,7 @@ namespace osu.Game.Screens.Edit
public override bool OnExiting(IScreen next)
{
Background.FadeColour(Color4.White, 500);
Beatmap.Value.Track?.Stop();
return base.OnExiting(next);
}