diff options
-rw-r--r-- | docs/tools/shooter.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/tools/shooter.c b/docs/tools/shooter.c index edabe9e673..8cefa8bbf7 100644 --- a/docs/tools/shooter.c +++ b/docs/tools/shooter.c @@ -265,7 +265,7 @@ on_show (WidgetInfo *info) if (shot_id != 0) return; - shot_id = g_timeout_add (1000, (GSourceFunc) shoot_one, info); + shot_id = g_timeout_add (500, (GSourceFunc) shoot_one, info); } static gboolean |