Merge branch 'master' into ci

This commit is contained in:
Huo Yaoyuan 2019-11-25 19:48:26 +08:00
commit d2f6439d5f
1 changed files with 1 additions and 1 deletions

View File

@ -73,7 +73,7 @@ public WorkingBeatmap Beatmap
Schedule(() =>
{
if ((Background as BeatmapBackground)?.Beatmap == beatmap)
if ((Background as BeatmapBackground)?.Beatmap.BeatmapInfo.BackgroundEquals(beatmap?.BeatmapInfo) ?? false)
return;
cancellationSource?.Cancel();