1
0
mirror of https://github.com/ppy/osu.git synced 2025-01-13 17:13:06 +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()
{
IBeatmapDifficultyInfo baseDifficulty = BeatmapInfo?.Difficulty;
BeatmapDifficulty adjustedDifficulty = null;
IRulesetInfo ruleset = gameRuleset?.Value ?? beatmapInfo.Ruleset;