parent
f468d4ad01
commit
1c3f7204bd
|
@ -312,7 +312,7 @@ namespace BizHawk.Client.Common
|
||||||
|
|
||||||
if (BindMarkersToInput) // pretty critical not to erase them
|
if (BindMarkersToInput) // pretty critical not to erase them
|
||||||
{
|
{
|
||||||
Markers = branch.Markers;
|
Markers = branch.Markers.DeepClone();
|
||||||
}
|
}
|
||||||
|
|
||||||
Changes = true;
|
Changes = true;
|
||||||
|
|
Loading…
Reference in New Issue