mirror of
https://github.com/ppy/osu
synced 2025-03-29 22:57:13 +00:00
Remove unwanted property interpolation
This commit is contained in:
parent
791bf6bc01
commit
c68c347503
@ -66,7 +66,7 @@ namespace osu.Game.Overlays.Rankings.Tables
|
||||
public CountryName(Country country)
|
||||
{
|
||||
Font = OsuFont.GetFont(size: 12, italics: true);
|
||||
Text = $@"{country.FullName}";
|
||||
Text = country.FullName ?? string.Empty;
|
||||
}
|
||||
|
||||
[BackgroundDependencyLoader]
|
||||
|
Loading…
Reference in New Issue
Block a user