mirror of https://github.com/stella-emu/stella.git
fixed endless loop when saving snapshot in Pause mode
This commit is contained in:
parent
372ecf0608
commit
fe398360fb
|
@ -397,8 +397,8 @@ void TIASurface::render()
|
|||
|
||||
if(mySaveSnapFlag)
|
||||
{
|
||||
myOSystem.png().takeSnapshot();
|
||||
mySaveSnapFlag = false;
|
||||
myOSystem.png().takeSnapshot();
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue