1
0
mirror of https://github.com/ppy/osu.git synced 2025-01-28 06:03:08 +08:00

Update AdvancedStats.cs

This commit is contained in:
Givikap120 2023-12-14 14:31:58 +02:00
parent c2373bb37b
commit b22a7cf520

View File

@ -123,7 +123,6 @@ namespace osu.Game.Screens.Select.Details
private void updateStatistics() private void updateStatistics()
{ {
IBeatmapDifficultyInfo baseDifficulty = BeatmapInfo?.Difficulty; IBeatmapDifficultyInfo baseDifficulty = BeatmapInfo?.Difficulty;
BeatmapDifficulty adjustedDifficulty = null; BeatmapDifficulty adjustedDifficulty = null;
IRulesetInfo ruleset = gameRuleset?.Value ?? beatmapInfo.Ruleset; IRulesetInfo ruleset = gameRuleset?.Value ?? beatmapInfo.Ruleset;