oops, fix tastudio loading, Movie.Session isn't ready to use in ExtractInputLog
This commit is contained in:
parent
9747dc9a95
commit
bd2fb07ce1
|
@ -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;
|
||||
|
||||
|
|
Loading…
Reference in New Issue