mirror of
https://github.com/osukey/osukey.git
synced 2025-08-03 06:36:31 +09:00
Less verbose DrawableFlag constructor.
This commit is contained in:
@ -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,
|
||||
|
Reference in New Issue
Block a user