summaryrefslogtreecommitdiffstats
path: root/main.c
diff options
context:
space:
mode:
authorBert Münnich <ber.t@posteo.de>2014-09-01 20:41:27 +0200
committerBert Münnich <ber.t@posteo.de>2014-09-01 20:41:33 +0200
commit2fbc21a2050d1e8e8711afce765b7d34104f45de (patch)
tree829a23443d06406aac4339fb5647fac4b24d0d77 /main.c
parent95a7496edca2f4cffcb1e01dfa351cb0a42f07c2 (diff)
downloadnsxiv-2fbc21a2050d1e8e8711afce765b7d34104f45de.tar.zst
Simplified img_frame_animate
Diffstat (limited to 'main.c')
-rw-r--r--main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/main.c b/main.c
index bf10088..933c3cd 100644
--- a/main.c
+++ b/main.c
@@ -449,7 +449,7 @@ void reset_cursor(void)
void animate(void)
{
- if (img_frame_animate(&img, false)) {
+ if (img_frame_animate(&img)) {
redraw();
set_timeout(animate, img.multi.frames[img.multi.sel].delay, true);
}