1
0
mirror of https://github.com/ppy/osu.git synced 2024-11-11 15:47:26 +08:00

Keep Rank bindable enabled on score fail

This commit is contained in:
Salman Ahmed 2022-07-21 08:16:17 +03:00
parent 9df49db45f
commit a97170a272

View File

@ -462,9 +462,7 @@ namespace osu.Game.Rulesets.Scoring
return;
score.Passed = false;
Rank.Value = ScoreRank.F;
Rank.Disabled = true;
Debug.Assert(maximumResultCounts != null);