Merge branch 'master' into fix-home-not-closing-all-overlays

This commit is contained in:
Dean Herbert
2019-11-12 12:05:19 +09:00
committed by GitHub
159 changed files with 2601 additions and 2919 deletions

View File

@ -396,8 +396,10 @@ namespace osu.Game
nextBeatmap.Track.Completed += currentTrackCompleted;
using (var oldBeatmap = beatmap.OldValue)
{
if (oldBeatmap?.Track != null)
oldBeatmap.Track.Completed -= currentTrackCompleted;
}
nextBeatmap?.LoadBeatmapAsync();
}