Clean up a few remaining stragglers.

This commit is contained in:
smoogipooo
2017-04-15 06:15:55 +09:00
parent 4a149c4ab8
commit ddce3c157f
3 changed files with 3 additions and 3 deletions

View File

@ -54,7 +54,7 @@ namespace osu.Game.Beatmaps
/// Calculates the star difficulty for this Beatmap.
/// </summary>
/// <returns>The star difficulty.</returns>
public double CalculateStarDifficulty() => RulesetCollection.GetRuleset(BeatmapInfo.Mode).CreateDifficultyCalculator(this).Calculate();
public double CalculateStarDifficulty() => BeatmapInfo.Ruleset.CreateDifficultyCalculator(this).Calculate();
/// <summary>
/// Constructs a new beatmap.