This commit is contained in:
adelikat 2020-05-30 16:15:35 -05:00
parent ca39eca22c
commit 030c2c9570
1 changed files with 1 additions and 1 deletions

View File

@ -39,7 +39,7 @@ namespace BizHawk.Client.Common
int? stateFrame = null;
// We are in record mode so replace the movie log with the one from the savestate
if (!Session.MultiTrack.IsActive)
if (!Global.MovieSession.MultiTrack.IsActive) // TODO: this is run before being attached
{
if (Global.Config.EnableBackupMovies && MakeBackup && Log.Count != 0)
{