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:
commit
d2f6439d5f
@ -73,7 +73,7 @@ namespace osu.Game.Screens.Backgrounds
|
||||
|
||||
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
Block a user