mirror of
https://github.com/osukey/osukey.git
synced 2025-08-03 06:36:31 +09:00
Actually add the background
This commit is contained in:
@ -80,7 +80,7 @@ namespace osu.Game.Graphics.Containers
|
||||
get => background;
|
||||
set
|
||||
{
|
||||
background = value;
|
||||
base.Add(background = value);
|
||||
background.BlurTo(blurTarget, 0, Easing.OutQuint);
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user