1
0
mirror of https://github.com/ppy/osu.git synced 2024-11-06 06:57:39 +08:00

Re-implement the fix after it got deleted in the previous commit.

This commit is contained in:
KoziLord 2018-05-16 01:30:16 +02:00
parent 1e88f216f2
commit 428d0f5dee

View File

@ -160,8 +160,11 @@ namespace osu.Game.Screens.Ranking
{
RelativeSizeAxes = Axes.Both,
ParallaxAmount = 0.01f,
Scale = new Vector2(1 / circle_outer_scale / overscan),
//Compensate for the Toolbar
Scale = new Vector2(1.06f / circle_outer_scale / overscan),
//Offset the background to account for the toolbar.
Anchor = Anchor.Centre,
Position = new Vector2(0, -20),
Origin = Anchor.Centre,
Children = new Drawable[]
{