Smaller minimum gif delay, fixed issue #71

This commit is contained in:
Bert Münnich 2012-10-29 20:55:55 +01:00
parent 65d5d44696
commit 5dbf1b8eb9
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
VERSION = git-20120824
VERSION = git-20120829
PREFIX = /usr/local
MANPREFIX = $(PREFIX)/share/man

View File

@ -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;