This commit is contained in:
adelikat 2019-06-15 18:26:59 -05:00
parent c9ae8e3db3
commit 26c190cd32
1 changed files with 1 additions and 1 deletions

View File

@ -213,7 +213,7 @@ namespace BizHawk.Client.Common
return false;
}
var state = _states.Values[index]; // TODO: remove .Values here and use frame?
var state = _states[frame];
_used -= (ulong)state.Length;