mirror of
https://github.com/ppy/osu
synced 2025-01-10 08:09:40 +00:00
Make countries name non-italic
This commit is contained in:
parent
3b79c8ce6c
commit
f64eabc38b
@ -65,7 +65,7 @@ namespace osu.Game.Overlays.Rankings.Tables
|
|||||||
{
|
{
|
||||||
public CountryName(Country country)
|
public CountryName(Country country)
|
||||||
{
|
{
|
||||||
Font = OsuFont.GetFont(size: 12, italics: true);
|
Font = OsuFont.GetFont(size: 12);
|
||||||
Text = country.FullName ?? string.Empty;
|
Text = country.FullName ?? string.Empty;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user