mirror of
https://github.com/bradgrantham/apple2e.git
synced 2025-08-14 09:24:58 +00:00
fix stop_recording
This commit is contained in:
@@ -1747,7 +1747,7 @@ static bool gif_recording = false;
|
||||
*/
|
||||
static void stop_record()
|
||||
{
|
||||
if (!gif_recording) {
|
||||
if (gif_recording) {
|
||||
GifEnd(&gif_writer);
|
||||
gif_recording = false;
|
||||
}
|
||||
|
Reference in New Issue
Block a user