tastudio: fix Changes wrongly being set false (#2018)
tastudio: fix Changes wrongly being set false
This commit is contained in:
parent
28d859e2d8
commit
4555be85bc
|
@ -65,7 +65,10 @@ namespace BizHawk.Client.Common
|
|||
{
|
||||
var anyInvalidated = LagLog.RemoveFrom(frame);
|
||||
TasStateManager.Invalidate(frame + 1);
|
||||
Changes = anyInvalidated;
|
||||
if (anyInvalidated)
|
||||
{
|
||||
Changes = true;
|
||||
}
|
||||
LastEditedFrame = frame;
|
||||
|
||||
if (anyInvalidated && Global.MovieSession.Movie.IsCountingRerecords)
|
||||
|
|
Loading…
Reference in New Issue