mirror of
https://github.com/ppy/osu.git
synced 2025-03-15 17:47:18 +08:00
Actually add the background
This commit is contained in:
parent
ba89bfee0c
commit
298c98871d
@ -80,7 +80,7 @@ namespace osu.Game.Graphics.Containers
|
||||
get => background;
|
||||
set
|
||||
{
|
||||
background = value;
|
||||
base.Add(background = value);
|
||||
background.BlurTo(blurTarget, 0, Easing.OutQuint);
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user