tastudio: fix < button when seeking is paused

This commit is contained in:
feos 2016-11-21 21:19:53 +03:00
parent ef8068daa4
commit 0e9e4cc034
1 changed files with 1 additions and 1 deletions

View File

@ -79,7 +79,7 @@ namespace BizHawk.Client.EmuHawk
public bool Rewind()
{
// copypasted from TasView_MouseWheel(), just without notch logic
if (Mainform.IsSeeking)
if (Mainform.IsSeeking && !Mainform.EmulatorPaused)
{
Mainform.PauseOnFrame--;
// that's a weird condition here, but for whatever reason it works best