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
|
|||
}
|
||||
}
|
||||
}
|
||||
|
||||
if (InputManager.ClientControls["Rewind"] || PressRewind)
|
||||
else if (isRewinding)
|
||||
{
|
||||
// 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();
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue