TasMovie - optimize greenzone adding, no longer gets slower and slower as frame count increases
This commit is contained in:
parent
9604906095
commit
2a98534fe4
|
@ -58,7 +58,7 @@ namespace BizHawk.Client.Common
|
|||
|
||||
if (States.ContainsKey(frame))
|
||||
{
|
||||
States[frame] = state;
|
||||
States.Add(frame, state);
|
||||
}
|
||||
else
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue