From 8bae41bdb238fd46f009b9291624dbd762ff28c1 Mon Sep 17 00:00:00 2001 From: nick black Date: Tue, 23 Nov 2021 16:29:11 -0500 Subject: [PATCH] [xray] now has 862 frames --- src/demo/xray.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/demo/xray.c b/src/demo/xray.c index 000c599d4..12117cf8a 100644 --- a/src/demo/xray.c +++ b/src/demo/xray.c @@ -19,9 +19,9 @@ static const char* leg[] = { static struct ncplane* make_slider(struct notcurses* nc, int dimx){ - // 487 frames in the video + // 862 frames in the video const int len = strlen(leg[0]); - const int REPS = 487 / len + dimx / len; + const int REPS = 862 / len + dimx / len; struct ncplane_options nopts = { .y = 1, .x = 0,