mirror of
https://github.com/ppy/osu.git
synced 2024-11-13 21:27:54 +08:00
use small
This commit is contained in:
parent
bd67e93310
commit
07b4f6115b
@ -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");
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue
Block a user