TasMovie - a small simplification
This commit is contained in:
parent
9c62ded4f5
commit
1c67066e13
|
@ -502,14 +502,7 @@ namespace BizHawk.Client.Common
|
||||||
Log?.Dispose();
|
Log?.Dispose();
|
||||||
Log = branch.InputLog.Clone();
|
Log = branch.InputLog.Clone();
|
||||||
|
|
||||||
if (divergentPoint.HasValue)
|
InvalidateAfter(divergentPoint ?? branch.InputLog.Count);
|
||||||
{
|
|
||||||
InvalidateAfter(divergentPoint.Value);
|
|
||||||
}
|
|
||||||
else
|
|
||||||
{
|
|
||||||
InvalidateAfter(branch.InputLog.Count);
|
|
||||||
}
|
|
||||||
|
|
||||||
if (BindMarkersToInput) // pretty critical not to erase them
|
if (BindMarkersToInput) // pretty critical not to erase them
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue