mirror of
https://github.com/osukey/osukey.git
synced 2025-08-03 14:46:38 +09:00
Update usages to new naming
This commit is contained in:
@ -85,7 +85,7 @@ namespace osu.Game.Overlays.BeatmapSet.Scores
|
||||
if (loadCancellationSource.IsCancellationRequested)
|
||||
return;
|
||||
|
||||
var scores = task.GetCompletedResult();
|
||||
var scores = task.GetResultSafely();
|
||||
|
||||
var topScore = scores.First();
|
||||
|
||||
|
Reference in New Issue
Block a user