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