tastudio: fix removal of states *near* lag frames

This commit is contained in:
feos 2016-09-03 15:17:38 +03:00
parent 259bc2c5b7
commit 549fc333f1
1 changed files with 1 additions and 1 deletions

View File

@ -326,7 +326,7 @@ namespace BizHawk.Client.Common
for (int i = from; i < upTo; i++)
{
if (_movie[i].Lagged == null)
if (_movie[i].Lagged == false)
return false;
}