Merge branch 'master' into beatmap-update-flow

This commit is contained in:
Dean Herbert
2022-06-30 16:44:17 +09:00
358 changed files with 1056 additions and 958 deletions

View File

@ -212,7 +212,7 @@ namespace osu.Game.Beatmaps
if (cancellationToken.IsCancellationRequested)
return;
var starDifficulty = task.GetResultSafely();
StarDifficulty? starDifficulty = task.GetResultSafely();
if (starDifficulty != null)
bindable.Value = starDifficulty.Value;