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:
parent
b6947c25ec
commit
8de0d33c5a
@ -65,11 +65,6 @@ namespace osu.Game.Skinning
|
||||
protected SkinProvidingContainer()
|
||||
{
|
||||
RelativeSizeAxes = Axes.Both;
|
||||
}
|
||||
|
||||
protected override void LoadComplete()
|
||||
{
|
||||
base.LoadComplete();
|
||||
|
||||
SkinSources.BindCollectionChanged(((_, args) =>
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user