mirror of
https://github.com/ppy/osu.git
synced 2026-05-27 02:09:54 +08:00
Remove unnecessary assigns
This commit is contained in:
committed by
KingLuigi4932
Unverified
parent
8c5397709b
commit
372d90de6a
@@ -22,10 +22,8 @@ namespace osu.Game.Online.Leaderboards
|
||||
|
||||
protected override Drawable CreateDrawable(ScoreRank rank) => new DrawableRank(rank)
|
||||
{
|
||||
RelativeSizeAxes = Axes.Both,
|
||||
Anchor = Anchor.Centre,
|
||||
Origin = Anchor.Centre,
|
||||
FillMode = FillMode.Fit,
|
||||
};
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user