mirror of
https://github.com/osukey/osukey.git
synced 2025-07-03 01:09:57 +09:00
Rename CalculateScorePerformance -> CalculatePerformance
This commit is contained in:
@ -41,7 +41,7 @@ namespace osu.Game.Screens.Ranking.Expanded.Statistics
|
||||
else
|
||||
{
|
||||
var beatmap = beatmapManager.GetWorkingBeatmap(score.Beatmap);
|
||||
difficultyManager.CalculateScorePerformance(beatmap, score, cancellationTokenSource.Token)
|
||||
difficultyManager.CalculatePerformance(beatmap, score, cancellationTokenSource.Token)
|
||||
.ContinueWith(t => Schedule(() => performance.Value = (int)t.Result), cancellationTokenSource.Token);
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user