mirror of
https://github.com/ppy/osu.git
synced 2025-01-28 20:32:55 +08:00
Fix fadecontainer being added to multiple containers
This commit is contained in:
parent
af30aefe77
commit
1d80674fbd
@ -54,9 +54,9 @@ namespace osu.Game.Screens.Backgrounds
|
||||
}
|
||||
b.Depth = newDepth;
|
||||
FadeContainer.Child = Background = b;
|
||||
InternalChild = FadeContainer;
|
||||
Background.BlurSigma = BlurTarget;
|
||||
}));
|
||||
AddInternal(FadeContainer);
|
||||
});
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user