mirror of
https://github.com/osukey/osukey.git
synced 2025-08-03 22:56:36 +09:00
Fix fadecontainer being added to multiple containers
This commit is contained in:
@ -54,9 +54,9 @@ namespace osu.Game.Screens.Backgrounds
|
||||
}
|
||||
b.Depth = newDepth;
|
||||
FadeContainer.Child = Background = b;
|
||||
InternalChild = FadeContainer;
|
||||
Background.BlurSigma = BlurTarget;
|
||||
}));
|
||||
AddInternal(FadeContainer);
|
||||
});
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user