Rename placeholder display flag property to make sense

This commit is contained in:
Salman Ahmed
2022-07-16 06:07:53 +03:00
parent 9c81241f4c
commit 4968859e69
5 changed files with 7 additions and 7 deletions

View File

@ -100,7 +100,7 @@ namespace osu.Game.Overlays.Rankings.Tables
new UpdateableFlag(GetCountry(item))
{
Size = new Vector2(28, 20),
ShowPlaceholderOnNull = false,
ShowPlaceholderOnUnknown = false,
},
CreateFlagContent(item)
}