mirror of
https://github.com/ppy/osu.git
synced 2026-06-01 00:30:21 +08:00
use small
This commit is contained in:
@@ -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");
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user