mirror of
https://github.com/ppy/osu.git
synced 2024-11-11 14:57:52 +08:00
Add missing ToArray()
call
This commit is contained in:
parent
ca791c2afa
commit
c18b8ca86c
@ -197,7 +197,7 @@ namespace osu.Game.Skinning
|
||||
/// </summary>
|
||||
protected void ResetSources()
|
||||
{
|
||||
foreach (var i in skinSources)
|
||||
foreach (var i in skinSources.ToArray())
|
||||
RemoveSource(i.skin);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user