fix incorrect logic in RemoveFrames

This commit is contained in:
Morilli 2025-02-09 07:45:38 +01:00
parent b0c1be30c9
commit 30c67cd297
1 changed files with 0 additions and 1 deletions

View File

@ -127,7 +127,6 @@ namespace BizHawk.Client.Common
var frame = framesToDelete[f];
if (frame - 1 != prevFrame)
{
f--;
break;
}
prevFrame = frame;