mirror of
https://github.com/dankamongmen/notcurses.git
synced 2024-11-18 03:25:55 +00:00
outro: keep riser on top
This commit is contained in:
parent
354ece5826
commit
6cadea3138
@ -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…
Reference in New Issue
Block a user