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

@ -152,6 +152,7 @@ namespace osu.Game.Screens.Select
// Zoomed-in and cropped beatmap background
new BeatmapBackgroundSprite(beatmap)
{
RelativeSizeAxes = Axes.Both,
Anchor = Anchor.Centre,
Origin = Anchor.Centre,
FillMode = FillMode.Fill,