oops, nevermind

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

View File

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