TasMovie - optimize greenzone adding, no longer gets slower and slower as frame count increases

This commit is contained in:
adelikat 2014-08-24 20:28:46 +00:00
parent 9604906095
commit 2a98534fe4
1 changed files with 1 additions and 1 deletions

View File

@ -58,7 +58,7 @@ namespace BizHawk.Client.Common
if (States.ContainsKey(frame))
{
States[frame] = state;
States.Add(frame, state);
}
else
{