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:
parent
9df49db45f
commit
a97170a272
@ -462,9 +462,7 @@ namespace osu.Game.Rulesets.Scoring
|
||||
return;
|
||||
|
||||
score.Passed = false;
|
||||
|
||||
Rank.Value = ScoreRank.F;
|
||||
Rank.Disabled = true;
|
||||
|
||||
Debug.Assert(maximumResultCounts != null);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user