[xray] now has 862 frames

pull/2370/head
nick black 3 years ago
parent 22b0934c4f
commit 8bae41bdb2
No known key found for this signature in database
GPG Key ID: 5F43400C21CBFACC

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

Loading…
Cancel
Save