From d7a746a7af4265825add1d6ecd44d0699c8d238d Mon Sep 17 00:00:00 2001 From: Michael Drake Date: Sat, 26 Feb 2022 11:58:59 +0000 Subject: GIF: First frame establishes a redraw rectangle. --- src/gif.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/gif.c b/src/gif.c index 79ea835..3374b1e 100644 --- a/src/gif.c +++ b/src/gif.c @@ -1633,7 +1633,6 @@ nsgif_error nsgif_frame_prepare( uint32_t frame_next; if (gif->frame != NSGIF_FRAME_INVALID && - gif->frame != 0 && gif->frame < gif->info.frame_count && gif->frames[gif->frame].display) { rect = gif->frames[gif->frame].redraw; -- cgit v1.2.3