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:
parent
9c0328859d
commit
244530ffe3
|
@ -372,7 +372,7 @@ namespace BizHawk.Client.Common
|
|||
}
|
||||
|
||||
Changes = true;
|
||||
InvalidateAfter(frame - 1);
|
||||
InvalidateAfter(frame);
|
||||
|
||||
ChangeLog.SetGeneralRedo();
|
||||
if (endBatch)
|
||||
|
|
Loading…
Reference in New Issue