mirror of
https://github.com/osukey/osukey.git
synced 2025-07-03 01:09:57 +09:00
Keep Rank
bindable enabled on score fail
This commit is contained in:
@ -462,9 +462,7 @@ namespace osu.Game.Rulesets.Scoring
|
||||
return;
|
||||
|
||||
score.Passed = false;
|
||||
|
||||
Rank.Value = ScoreRank.F;
|
||||
Rank.Disabled = true;
|
||||
|
||||
Debug.Assert(maximumResultCounts != null);
|
||||
|
||||
|
Reference in New Issue
Block a user