outro: keep riser on top

pull/665/head
nick black 4 years ago
parent 354ece5826
commit 6cadea3138
No known key found for this signature in database
GPG Key ID: 5F43400C21CBFACC

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

Loading…
Cancel
Save