1
0
mirror of https://github.com/ppy/osu.git synced 2025-03-14 05:47:20 +08:00

Don't unset Disabled on rank (never actually disabled?)

This commit is contained in:
Dean Herbert 2024-01-04 16:51:25 +09:00
parent 705f25e4b9
commit a4dee1a01a
No known key found for this signature in database

View File

@ -413,7 +413,6 @@ namespace osu.Game.Rulesets.Scoring
TotalScore.Value = 0;
Accuracy.Value = 1;
Combo.Value = 0;
rank.Disabled = false;
rank.Value = ScoreRank.X;
HighestCombo.Value = 0;
}