Fix now playing beatmap backgrounds not being correctly centred

https://github.com/ppy/osu/discussions/26679
This commit is contained in:
Dean Herbert 2024-01-23 17:29:31 +09:00
parent 1cde18b895
commit c8cd7ebe6c
No known key found for this signature in database
1 changed files with 2 additions and 0 deletions

View File

@ -405,6 +405,8 @@ public Background(WorkingBeatmap beatmap)
RelativeSizeAxes = Axes.Both,
Colour = OsuColour.Gray(150),
FillMode = FillMode.Fill,
Anchor = Anchor.Centre,
Origin = Anchor.Centre,
},
new Box
{