mirror of
https://github.com/ppy/osu
synced 2025-02-12 08:07:17 +00:00
Fix CI issues
This commit is contained in:
parent
288b3deb94
commit
99f2ee0e48
@ -44,14 +44,17 @@ namespace osu.Game.Online.Leaderboards
|
|||||||
private void updateTexture()
|
private void updateTexture()
|
||||||
{
|
{
|
||||||
string textureName;
|
string textureName;
|
||||||
|
|
||||||
switch (Rank)
|
switch (Rank)
|
||||||
{
|
{
|
||||||
default:
|
default:
|
||||||
textureName = Rank.GetDescription();
|
textureName = Rank.GetDescription();
|
||||||
break;
|
break;
|
||||||
|
|
||||||
case ScoreRank.SH:
|
case ScoreRank.SH:
|
||||||
textureName = "SPlus";
|
textureName = "SPlus";
|
||||||
break;
|
break;
|
||||||
|
|
||||||
case ScoreRank.XH:
|
case ScoreRank.XH:
|
||||||
textureName = "SSPlus";
|
textureName = "SSPlus";
|
||||||
break;
|
break;
|
||||||
|
Loading…
Reference in New Issue
Block a user