Point out a probable bug
This commit is contained in:
parent
29d470a933
commit
22e2df3868
|
@ -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)
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue