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