1
0
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:
Dean Herbert 2019-03-20 20:18:08 +09:00
parent ba89bfee0c
commit 298c98871d

View File

@ -80,7 +80,7 @@ namespace osu.Game.Graphics.Containers
get => background;
set
{
background = value;
base.Add(background = value);
background.BlurTo(blurTarget, 0, Easing.OutQuint);
}
}