mirror of
https://github.com/ppy/osu.git
synced 2025-03-25 03:07:34 +08:00
Revert "Move collection change bind to LoadComplete"
This reverts commit d6d87e1975b3cd6145328e2849f358606acc17c9. 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…
x
Reference in New Issue
Block a user