mirror of
https://github.com/ppy/osu.git
synced 2025-03-15 01:27:20 +08:00
Don't unset Disabled
on rank (never actually disabled?)
This commit is contained in:
parent
705f25e4b9
commit
a4dee1a01a
@ -413,7 +413,6 @@ namespace osu.Game.Rulesets.Scoring
|
|||||||
TotalScore.Value = 0;
|
TotalScore.Value = 0;
|
||||||
Accuracy.Value = 1;
|
Accuracy.Value = 1;
|
||||||
Combo.Value = 0;
|
Combo.Value = 0;
|
||||||
rank.Disabled = false;
|
|
||||||
rank.Value = ScoreRank.X;
|
rank.Value = ScoreRank.X;
|
||||||
HighestCombo.Value = 0;
|
HighestCombo.Value = 0;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user