Skip to content

Commit 2155ddf

Browse files
committed
Fix: Recording at the end of the movie in TAStudio made two undo items.
1 parent 36ce76d commit 2155ddf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/BizHawk.Client.EmuHawk/tools/TAStudio/TAStudio.IToolForm.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ private void UpdateProgressBar()
5555

5656
protected override void UpdateBefore()
5757
{
58-
if (CurrentTasMovie.IsAtEnd())
58+
if (CurrentTasMovie.IsAtEnd() && !CurrentTasMovie.IsRecording())
5959
{
6060
CurrentTasMovie.RecordFrame(CurrentTasMovie.Emulator.Frame, MovieSession.StickySource);
6161
}

0 commit comments

Comments
 (0)