aboutsummaryrefslogtreecommitdiffstats
path: root/src/gif.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/gif.c')
-rw-r--r--src/gif.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gif.c b/src/gif.c
index ef6c312..7c55209 100644
--- a/src/gif.c
+++ b/src/gif.c
@@ -79,7 +79,7 @@ static int gif_read(struct image *img){
img->buf[j++] = colormap[idx].Blue;
}
- img->state = LOADED;
+ img->state |= LOADED | SLOWLOADED;
return 0;
}