From 5dbf1b8eb9d7e9fe6bb7ea8b526e58d77dcf48f8 Mon Sep 17 00:00:00 2001 From: Bert Münnich Date: Mon, 29 Oct 2012 20:55:55 +0100 Subject: Smaller minimum gif delay, fixed issue #71 --- image.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'image.c') diff --git a/image.c b/image.c index cf4ec35..d147c1b 100644 --- a/image.c +++ b/image.c @@ -31,7 +31,7 @@ #include "util.h" #include "config.h" -enum { MIN_GIF_DELAY = 50 }; +enum { MIN_GIF_DELAY = 25 }; float zoom_min; float zoom_max; -- cgit v1.2.3