Update usages of RemoveInternal

This commit is contained in:
Dean Herbert
2022-08-29 15:49:28 +09:00
parent a215d009fe
commit 105aa01e7d
10 changed files with 10 additions and 11 deletions

View File

@ -57,7 +57,7 @@ namespace osu.Game.Graphics.Backgrounds
{
if (bufferedContainer == null && newBlurSigma != Vector2.Zero)
{
RemoveInternal(Sprite);
RemoveInternal(Sprite, false);
AddInternal(bufferedContainer = new BufferedContainer(cachedFrameBuffer: true)
{