outro: keep riser on top

This commit is contained in:
nick black 2020-06-01 17:00:50 -04:00
parent 354ece5826
commit 6cadea3138
No known key found for this signature in database
GPG Key ID: 5F43400C21CBFACC

View File

@ -41,11 +41,10 @@ videothread(void* vnc){
.scaling = NCSCALE_STRETCH, .scaling = NCSCALE_STRETCH,
}; };
int three = 3; int three = 3;
struct ncplane* globeplane; if((vopts.n = ncvisual_render(nc, ncv, &vopts)) == NULL){
if((globeplane = ncvisual_render(nc, ncv, &vopts)) == NULL){
return NULL; return NULL;
} }
ncplane_move_below(globeplane, ncp); ncplane_move_below(vopts.n, ncp);
struct timespec fade; struct timespec fade;
timespec_mul(&demodelay, 2, &fade); timespec_mul(&demodelay, 2, &fade);
demo_render(nc); demo_render(nc);