Override add instead

This commit is contained in:
David Zhao
2019-03-20 14:55:52 +09:00
parent 9964644683
commit 86658e357b
2 changed files with 9 additions and 14 deletions

View File

@ -86,7 +86,6 @@ namespace osu.Game.Screens.Backgrounds
b.Depth = newDepth;
fadeContainer.Add(Background = b);
fadeContainer.ApplyInstantBlur();
StoryboardReplacesBackground.BindTo(fadeContainer.StoryboardReplacesBackground);
}