oops, fix tastudio loading, Movie.Session isn't ready to use in ExtractInputLog

This commit is contained in:
adelikat 2020-06-03 09:07:14 -05:00
parent 9747dc9a95
commit bd2fb07ce1
1 changed files with 1 additions and 1 deletions

View File

@ -185,7 +185,7 @@ namespace BizHawk.Client.Common
var newLog = new List<string>();
// 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)
{
_timelineBranchFrame = null;