TAStudio: properly resume playback after painting. (#2340)
This commit is contained in:
parent
08e24c96a7
commit
7aea4e0271
|
@ -1018,6 +1018,7 @@ namespace BizHawk.Client.EmuHawk
|
||||||
if (_playbackInterrupted)
|
if (_playbackInterrupted)
|
||||||
{
|
{
|
||||||
MainForm.UnpauseEmulator();
|
MainForm.UnpauseEmulator();
|
||||||
|
MainForm.PauseOnFrame = null;
|
||||||
_playbackInterrupted = false;
|
_playbackInterrupted = false;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue