fixed endless loop when saving snapshot in Pause mode

This commit is contained in:
thrust26 2019-04-06 19:43:15 +02:00
parent 372ecf0608
commit fe398360fb
1 changed files with 1 additions and 1 deletions

View File

@ -397,8 +397,8 @@ void TIASurface::render()
if(mySaveSnapFlag)
{
myOSystem.png().takeSnapshot();
mySaveSnapFlag = false;
myOSystem.png().takeSnapshot();
}
}