1
0
mirror of https://github.com/ppy/osu.git synced 2025-02-13 15:03:13 +08:00

Fix CI issues

This commit is contained in:
smoogipoo 2019-05-07 15:09:03 +09:00
parent 288b3deb94
commit 99f2ee0e48

View File

@ -44,14 +44,17 @@ namespace osu.Game.Online.Leaderboards
private void updateTexture()
{
string textureName;
switch (Rank)
{
default:
textureName = Rank.GetDescription();
break;
case ScoreRank.SH:
textureName = "SPlus";
break;
case ScoreRank.XH:
textureName = "SSPlus";
break;