Point out a probable bug

This commit is contained in:
adelikat 2017-05-10 14:26:21 -05:00
parent 29d470a933
commit 22e2df3868
1 changed files with 1 additions and 1 deletions

View File

@ -428,7 +428,7 @@ namespace BizHawk.Client.Common
BranchStates[frame][branch].Dispose();
else
////Used -= (ulong)BranchStates[frame][branch].Length;
BranchStates[frame].RemoveAt(BranchStates[frame].IndexOfKey(branch));
BranchStates[frame].RemoveAt(BranchStates[frame].IndexOfKey(branch)); // <adelikat> - feos, this runs only on hte else condition, I'm pretty sure this isn't intended? Check changeset a7b3668506ba62c40fd455bf36d919b4c5d92bf8
if (BranchStates[frame].Count == 0)
{