1
0
mirror of https://github.com/ppy/osu.git synced 2024-10-01 02:57:24 +08:00

Fixed the parallax background missing from the space occupied by the top toolbar.

This commit is contained in:
KoziLord 2018-05-15 00:17:42 +02:00
parent 92c9c2d63a
commit 95a207ef56

View File

@ -160,7 +160,7 @@ namespace osu.Game.Screens.Ranking
{
RelativeSizeAxes = Axes.Both,
ParallaxAmount = 0.01f,
Scale = new Vector2(1 / circle_outer_scale / overscan),
Scale = new Vector2(1 / circle_outer_scale),
Anchor = Anchor.Centre,
Origin = Anchor.Centre,
Children = new Drawable[]