clarify handling in MovieSession.HandleFrameBefore

This commit is contained in:
Morilli 2024-09-07 14:25:21 +02:00
parent b2131287be
commit daedf5ae07
1 changed files with 1 additions and 1 deletions

View File

@ -78,7 +78,7 @@ namespace BizHawk.Client.Common
LatchInputToUser();
}
}
else if (Movie.IsPlayingOrFinished())
else if (Movie.IsPlaying())
{
LatchInputToLog();