mirror of
https://github.com/ppy/osu.git
synced 2024-11-06 10:07:27 +08:00
Fix test implementing old version of class
This commit is contained in:
parent
7583435901
commit
3598adb344
@ -140,7 +140,7 @@ namespace osu.Game.Tests.Visual.SongSelect
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
public override async Task<StarDifficulty> GetDifficultyAsync(BeatmapInfo beatmapInfo, RulesetInfo rulesetInfo = null, IEnumerable<Mod> mods = null, CancellationToken cancellationToken = default)
|
public override async Task<StarDifficulty> GetDifficultyAsync(IBeatmapInfo beatmapInfo, IRulesetInfo rulesetInfo = null, IEnumerable<Mod> mods = null, CancellationToken cancellationToken = default)
|
||||||
{
|
{
|
||||||
if (blockCalculation)
|
if (blockCalculation)
|
||||||
await calculationBlocker.Task.ConfigureAwait(false);
|
await calculationBlocker.Task.ConfigureAwait(false);
|
||||||
|
Loading…
Reference in New Issue
Block a user