mirror of
https://github.com/ppy/osu.git
synced 2026-05-19 04:11:29 +08:00
Add missing ToArray() call
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user