Set RelativeSizeAxes for updated FillMode behavior

This commit is contained in:
Thomas Müller
2017-06-28 12:24:23 +03:00
parent e6818a45be
commit 40225238d9
15 changed files with 15 additions and 2 deletions

View File

@ -163,6 +163,7 @@ namespace osu.Game.Screens.Ranking
{
new Sprite
{
RelativeSizeAxes = Axes.Both,
Alpha = 0.2f,
Texture = Beatmap?.Background,
Anchor = Anchor.Centre,