mirror of
https://github.com/ppy/osu.git
synced 2025-01-30 08:52:58 +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;
|
b.Depth = newDepth;
|
||||||
FadeContainer.Child = Background = b;
|
FadeContainer.Child = Background = b;
|
||||||
InternalChild = FadeContainer;
|
|
||||||
Background.BlurSigma = BlurTarget;
|
Background.BlurSigma = BlurTarget;
|
||||||
}));
|
}));
|
||||||
|
AddInternal(FadeContainer);
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user