Set default sleep value to 10ms. This makes ico look nice again.

This commit is contained in:
matthieu
2022-07-17 08:47:02 +00:00
parent 8f4b91f14d
commit 4f74838129
2 changed files with 3 additions and 2 deletions

View File

@@ -238,7 +238,7 @@ static const char *delta_geom = NULL; /* -delta: amount by which to move object
static Polyinfo *poly; /* -obj: the poly to draw */
static int dsync = 0; /* -dsync */
static int xsync = 0; /* -sync */
static int msleepcount = 0; /* -sleep value in milliseconds*/
static int msleepcount = 10; /* -sleep value in milliseconds*/
#ifdef MULTITHREAD
static int thread_count;
#ifdef XMUTEX_INITIALIZER

View File

@@ -47,7 +47,8 @@ Don't draw the wire frames.
Typically used only when -faces is used.
.TP
.B -sleep \fIn\fP
Sleep n seconds between each move of the object.
Sleep n seconds between each move of the object (the default value is 0.01,
ie 10ms).
.TP
.B -obj \fIobject\fP
Specify what object to draw.