[xray] update frame count for new video

pull/1502/head
nick black 3 years ago
parent 9db3c10bfe
commit 3d3d235abb
No known key found for this signature in database
GPG Key ID: 5F43400C21CBFACC

@ -17,9 +17,9 @@ static const char* leg[] = {
static struct ncplane*
make_slider(struct notcurses* nc, int dimy, int dimx){
// 600 frames in the video
// 487 frames in the video
const int len = strlen(leg[0]);
const int REPS = 600 / len + dimx / len;
const int REPS = 487 / len + dimx / len;
int y = dimy - sizeof(leg) / sizeof(*leg);
struct ncplane_options nopts = {
.y = y,

Loading…
Cancel
Save