mirror of
https://github.com/ppy/osu.git
synced 2025-01-28 05:22:54 +08:00
Update AdvancedStats.cs
This commit is contained in:
parent
c2373bb37b
commit
b22a7cf520
@ -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;
|
||||||
|
Loading…
Reference in New Issue
Block a user