mirror of
https://github.com/ppy/osu.git
synced 2026-06-08 17:54:18 +08:00
Fix typo
This commit is contained in:
@@ -71,7 +71,7 @@ namespace osu.Game.Screens.Ranking.Expanded
|
||||
StarDifficulty starDifficulty = new StarDifficulty(beatmap.StarRating, 0);
|
||||
|
||||
// In some cases, the beatmap ferried through ScoreInfo actually represents an online beatmap.
|
||||
// If it isn't, we may be able to compute a more accuracy difficulty from the ruleset and mods.
|
||||
// If it isn't, we may be able to compute a more accurate difficulty from the ruleset and mods.
|
||||
if (realmAccess.Run(r => r.Find<BeatmapInfo>(score.BeatmapInfo!.ID)) != null)
|
||||
starDifficulty = beatmapDifficultyCache.GetDifficultyAsync(score.BeatmapInfo!, score.Ruleset, score.Mods).GetResultSafely() ?? starDifficulty;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user