mirror of
https://github.com/ppy/osu.git
synced 2025-01-12 16:43:00 +08:00
Rename method to CalculateAllLegacyCombinations()
This commit is contained in:
parent
32e55e7d78
commit
40b6f3ff0a
@ -121,10 +121,10 @@ namespace osu.Game.Rulesets.Difficulty
|
||||
/// Calculates the difficulty of the beatmap using all mod combinations applicable to the beatmap.
|
||||
/// </summary>
|
||||
/// <remarks>
|
||||
/// This should only be used to compute difficulties for legacy mod combinations.
|
||||
/// This can only be used to compute difficulties for legacy mod combinations.
|
||||
/// </remarks>
|
||||
/// <returns>A collection of structures describing the difficulty of the beatmap for each mod combination.</returns>
|
||||
public IEnumerable<DifficultyAttributes> CalculateAll(CancellationToken cancellationToken = default)
|
||||
public IEnumerable<DifficultyAttributes> CalculateAllLegacyCombinations(CancellationToken cancellationToken = default)
|
||||
{
|
||||
var rulesetInstance = ruleset.CreateInstance();
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user