mirror of
https://github.com/ppy/osu.git
synced 2025-01-10 01:53:09 +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,
|
||||
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[]
|
||||
|
Loading…
Reference in New Issue
Block a user