diff --git a/main.c b/main.c index 732e690..0bd923e 100644 --- a/main.c +++ b/main.c @@ -470,8 +470,8 @@ void reset_cursor(void) void animate(void) { if (img_frame_animate(&img)) { - redraw(); set_timeout(animate, img.multi.frames[img.multi.sel].delay, true); + redraw(); } }