1
0
mirror of https://github.com/ppy/osu.git synced 2024-11-13 21:27:54 +08:00

use small

This commit is contained in:
nanashi-1 2023-08-07 20:26:32 +08:00
parent bd67e93310
commit 07b4f6115b

View File

@ -40,6 +40,6 @@ namespace osu.Game.Skinning
scoreProcessor.Rank.BindValueChanged(v => rank.Texture = getTexture(skin, v.NewValue.ToString()));
}
private static Texture getTexture(ISkin skin, string name) => skin?.GetTexture($"ranking-{name}");
private static Texture getTexture(ISkin skin, string name) => skin?.GetTexture($"ranking-{name}-small");
}
}