[xray] now has 862 frames

This commit is contained in:
nick black 2021-11-23 16:29:11 -05:00
parent 22b0934c4f
commit 8bae41bdb2
No known key found for this signature in database
GPG Key ID: 5F43400C21CBFACC

View File

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