From 2fbc21a2050d1e8e8711afce765b7d34104f45de Mon Sep 17 00:00:00 2001 From: Bert Münnich Date: Mon, 1 Sep 2014 20:41:27 +0200 Subject: Simplified img_frame_animate --- commands.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'commands.c') diff --git a/commands.c b/commands.c index 75cb101..db73524 100644 --- a/commands.c +++ b/commands.c @@ -293,7 +293,7 @@ bool ci_toggle_animation(arg_t a) if (img.multi.cnt > 0) { img.multi.animate = !img.multi.animate; if (img.multi.animate) { - dirty = img_frame_animate(&img, true); + dirty = img_frame_animate(&img); set_timeout(animate, img.multi.frames[img.multi.sel].delay, true); } else { reset_timeout(animate); -- cgit v1.2.3-54-g00ecf