Less verbose DrawableFlag constructor.

This commit is contained in:
Nabile Rahmani
2017-07-24 09:25:49 +02:00
parent 65c26f9b24
commit c80f5c708a
5 changed files with 6 additions and 6 deletions

View File

@ -191,7 +191,7 @@ namespace osu.Game.Screens.Select.Leaderboards
Masking = true,
Children = new Drawable[]
{
new DrawableFlag(Score.User?.Country?.FlagName ?? "__")
new DrawableFlag(Score.User?.Country?.FlagName)
{
Width = 30,
RelativeSizeAxes = Axes.Y,