mirror of
https://github.com/osukey/osukey.git
synced 2025-08-04 23:24:04 +09:00
Rename CalculateScorePerformance -> CalculatePerformance
This commit is contained in:
@ -122,7 +122,7 @@ namespace osu.Game.Beatmaps
|
||||
/// <param name="score">The score to do the calculation on. </param>
|
||||
/// <param name="token">An optional <see cref="CancellationToken"/> to cancel the operation.</param>
|
||||
/// <returns></returns>
|
||||
public async Task<double> CalculateScorePerformance([NotNull] WorkingBeatmap beatmap, [NotNull] ScoreInfo score, CancellationToken token = default)
|
||||
public async Task<double> CalculatePerformance([NotNull] WorkingBeatmap beatmap, [NotNull] ScoreInfo score, CancellationToken token = default)
|
||||
{
|
||||
return await Task.Factory.StartNew(() =>
|
||||
{
|
||||
|
Reference in New Issue
Block a user