Fix: Recording at the end of the movie in TAStudio made two undo items.
This commit is contained in:
parent
9daa4b5ce1
commit
d3d739aea9
|
@ -55,7 +55,7 @@ namespace BizHawk.Client.EmuHawk
|
|||
|
||||
protected override void UpdateBefore()
|
||||
{
|
||||
if (CurrentTasMovie.IsAtEnd())
|
||||
if (CurrentTasMovie.IsAtEnd() && !CurrentTasMovie.IsRecording())
|
||||
{
|
||||
CurrentTasMovie.RecordFrame(CurrentTasMovie.Emulator.Frame, MovieSession.StickySource);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue