Don't double update tools when rewinding (or attempting to rewind).
This commit is contained in:
parent
e473c7b88f
commit
ec35080f32
|
@ -3188,9 +3188,9 @@ namespace BizHawk.Client.EmuHawk
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
else if (isRewinding)
|
||||||
if (InputManager.ClientControls["Rewind"] || PressRewind)
|
|
||||||
{
|
{
|
||||||
|
// Tools will want to be updated after rewind (load state), but we only need to manually do this if we did not frame advance.
|
||||||
UpdateToolsAfter();
|
UpdateToolsAfter();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue