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

Merge pull request #3662 from qwewqa/editor-track-playing-fix

Fix track being played when entering editor
This commit is contained in:
Dan Balasescu 2018-10-31 14:21:49 +09:00 committed by GitHub
commit a67abcaeb8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -350,7 +350,7 @@ namespace osu.Game.Screens.Select
}
}
ensurePlayingSelected(preview);
if (IsCurrentScreen) ensurePlayingSelected(preview);
UpdateBeatmap(Beatmap.Value);
}