tastudio: thanks for this 4 years old off-by-one

these kinds of errors are haunting me lately!

actually useful info about what it fixes: greenzone not being created after you insert right on current frame
This commit is contained in:
feos 2018-03-10 18:00:39 +03:00
parent 9c0328859d
commit 244530ffe3
1 changed files with 1 additions and 1 deletions

View File

@ -372,7 +372,7 @@ namespace BizHawk.Client.Common
}
Changes = true;
InvalidateAfter(frame - 1);
InvalidateAfter(frame);
ChangeLog.SetGeneralRedo();
if (endBatch)