Rename OnSourceChanged and expand on xmldoc to mention that it doesn't fire SourceChanged

This commit is contained in:
Dean Herbert
2021-10-12 13:04:48 +09:00
parent a849e7343e
commit d7cbacc5a0
3 changed files with 8 additions and 5 deletions

View File

@ -58,7 +58,7 @@ namespace osu.Game.Skinning
return base.CreateChildDependencies(parent);
}
protected override void OnSourceChanged()
protected override void RefreshSources()
{
// Populate a local list first so we can adjust the returned order as we go.
var sources = new List<ISkin>();