1
0
mirror of https://github.com/ppy/osu.git synced 2026-06-01 06:59:54 +08:00

use small

This commit is contained in:
nanashi-1
2023-08-07 20:26:32 +08:00
Unverified
parent bd67e93310
commit 07b4f6115b
+1 -1
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");
}
}