mirror of
https://github.com/osukey/osukey.git
synced 2025-08-04 23:24:04 +09:00
Combine cases which return the same value
This commit is contained in:
@ -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";
|
||||
|
Reference in New Issue
Block a user