A fix to RunQueuedMovie, this doesn't seem to cause regressions, and I don't that the old code was behaving incorrectly, but the code was definitely wrong, and this is correct

This commit is contained in:
adelikat 2014-10-18 20:55:10 +00:00
parent 2599893b02
commit d6b4ce6dfe
1 changed files with 1 additions and 1 deletions

View File

@ -425,7 +425,7 @@ namespace BizHawk.Client.Common
QueuedMovie = null;
MultiTrack.Restart();
if (Movie.IsRecording)
if (recordMode)
{
Movie.StartNewRecording();
ReadOnly = false;