1
0
mirror of https://github.com/ppy/osu.git synced 2026-05-31 06:29:54 +08:00

Merge branch 'master' into centralise-radius-specification

This commit is contained in:
Dan Balasescu
2019-07-22 15:58:11 +09:00
committed by GitHub
Unverified
+1 -1
View File
@@ -247,7 +247,7 @@ namespace osu.Game.Beatmaps
// cancelling the beatmap load is safe for now since the retrieval is a synchronous
// operation. if we add an async retrieval method this may need to be reconsidered.
beatmapCancellation.Cancel();
beatmapCancellation?.Cancel();
total_count.Value--;
}