tastudio: fix removal of states *near* lag frames
This commit is contained in:
parent
259bc2c5b7
commit
549fc333f1
|
@ -326,7 +326,7 @@ namespace BizHawk.Client.Common
|
||||||
|
|
||||||
for (int i = from; i < upTo; i++)
|
for (int i = from; i < upTo; i++)
|
||||||
{
|
{
|
||||||
if (_movie[i].Lagged == null)
|
if (_movie[i].Lagged == false)
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue