xray: scroll twice as quickly

pull/282/head
nick black 5 years ago committed by Nick Black
parent 7295377db7
commit 0f435240d6

@ -51,7 +51,7 @@ perframecb(struct notcurses* nc, struct ncvisual* ncv __attribute__ ((unused)),
ncplane_set_base(n, &c);
ncplane_set_bg_alpha(n, CELL_ALPHA_BLEND);
// fg/bg rgbs are set within loop
int x = dimx - frameno;
int x = dimx - (frameno * 2);
int r = startr;
int g = startg;
int b = startb;

Loading…
Cancel
Save