Tastudio branches - make a copy of a branches log, instead of referencing it!
This commit is contained in:
parent
182ce33a3c
commit
e73c7813bf
|
@ -459,7 +459,7 @@ namespace BizHawk.Client.Common
|
||||||
{
|
{
|
||||||
int? divergentPoint = DivergantPoint(_log, branch.InputLog);
|
int? divergentPoint = DivergantPoint(_log, branch.InputLog);
|
||||||
|
|
||||||
_log = branch.InputLog;
|
_log = branch.InputLog.ToList();
|
||||||
_changes = true;
|
_changes = true;
|
||||||
LagLog.FromLagLog(branch.LagLog);
|
LagLog.FromLagLog(branch.LagLog);
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue