From 3fccda33fd4e520127310104bbc0fcbc846d3ef5 Mon Sep 17 00:00:00 2001 From: feos <feos-theos@yandex.ru> Date: Sun, 6 Sep 2015 18:02:50 +0300 Subject: [PATCH] tastudio: hail copypaste-driven development! --- BizHawk.Client.Common/movie/tasproj/TasStateManager.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/BizHawk.Client.Common/movie/tasproj/TasStateManager.cs b/BizHawk.Client.Common/movie/tasproj/TasStateManager.cs index cd1e35ac2f..8e3d81cd1d 100644 --- a/BizHawk.Client.Common/movie/tasproj/TasStateManager.cs +++ b/BizHawk.Client.Common/movie/tasproj/TasStateManager.cs @@ -793,7 +793,7 @@ namespace BizHawk.Client.Common public void UpdateBranch(int index) { // RemoveBranch - foreach (KeyValuePair<int, SortedList<int, tsmState>> kvp in BranchStates) + foreach (KeyValuePair<int, SortedList<int, tsmState>> kvp in BranchStates.ToList()) { SortedList<int, tsmState> stateList = kvp.Value; if (stateList == null)