1
0
mirror of https://github.com/ppy/osu.git synced 2024-12-14 18:42:56 +08:00

Revert "Move collection change bind to LoadComplete"

This reverts commit d6d87e1975.

Actually that broke things due to the "disableable" instances not added early enough, revert for now.
This commit is contained in:
Salman Ahmed 2021-06-11 17:59:28 +03:00
parent b6947c25ec
commit 8de0d33c5a

View File

@ -65,11 +65,6 @@ namespace osu.Game.Skinning
protected SkinProvidingContainer()
{
RelativeSizeAxes = Axes.Both;
}
protected override void LoadComplete()
{
base.LoadComplete();
SkinSources.BindCollectionChanged(((_, args) =>
{