mirror of
https://github.com/ppy/osu
synced 2025-03-19 09:34:49 +00:00
Combine cases which return the same value
This commit is contained in:
parent
5e80f454ce
commit
4f8000a574
@ -385,14 +385,10 @@ namespace osu.Game.Screens.Ranking.Expanded.Accuracy
|
||||
return @"Results/rank-impact-fail-d";
|
||||
|
||||
case ScoreRank.C:
|
||||
return @"Results/rank-impact-fail";
|
||||
|
||||
case ScoreRank.B:
|
||||
return @"Results/rank-impact-fail";
|
||||
|
||||
case ScoreRank.A:
|
||||
return @"Results/rank-impact-pass";
|
||||
|
||||
case ScoreRank.S:
|
||||
case ScoreRank.SH:
|
||||
return @"Results/rank-impact-pass";
|
||||
|
Loading…
Reference in New Issue
Block a user