mirror of https://github.com/ppy/osu
Merge branch 'master' into ci
This commit is contained in:
commit
d2f6439d5f
|
@ -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();
|
||||
|
|
Loading…
Reference in New Issue