Tastudio branches - make a copy of a branches log, instead of referencing it!

This commit is contained in:
adelikat 2015-07-25 18:13:56 -04:00
parent 182ce33a3c
commit e73c7813bf
1 changed files with 1 additions and 1 deletions

View File

@ -459,7 +459,7 @@ namespace BizHawk.Client.Common
{
int? divergentPoint = DivergantPoint(_log, branch.InputLog);
_log = branch.InputLog;
_log = branch.InputLog.ToList();
_changes = true;
LagLog.FromLagLog(branch.LagLog);