1
0
mirror of https://github.com/ppy/osu.git synced 2025-01-12 15:22:55 +08:00

Merge branch 'master' into ci

This commit is contained in:
Huo Yaoyuan 2019-11-25 19:48:26 +08:00
commit d2f6439d5f

View File

@ -73,7 +73,7 @@ namespace osu.Game.Screens.Backgrounds
Schedule(() => Schedule(() =>
{ {
if ((Background as BeatmapBackground)?.Beatmap == beatmap) if ((Background as BeatmapBackground)?.Beatmap.BeatmapInfo.BackgroundEquals(beatmap?.BeatmapInfo) ?? false)
return; return;
cancellationSource?.Cancel(); cancellationSource?.Cancel();