mirror of
https://github.com/ppy/osu.git
synced 2024-11-19 03:12:54 +08:00
Fixed the parallax background missing from the space occupied by the top toolbar.
This commit is contained in:
parent
92c9c2d63a
commit
95a207ef56
@ -160,7 +160,7 @@ namespace osu.Game.Screens.Ranking
|
|||||||
{
|
{
|
||||||
RelativeSizeAxes = Axes.Both,
|
RelativeSizeAxes = Axes.Both,
|
||||||
ParallaxAmount = 0.01f,
|
ParallaxAmount = 0.01f,
|
||||||
Scale = new Vector2(1 / circle_outer_scale / overscan),
|
Scale = new Vector2(1 / circle_outer_scale),
|
||||||
Anchor = Anchor.Centre,
|
Anchor = Anchor.Centre,
|
||||||
Origin = Anchor.Centre,
|
Origin = Anchor.Centre,
|
||||||
Children = new Drawable[]
|
Children = new Drawable[]
|
||||||
|
Loading…
Reference in New Issue
Block a user