fallin' demo: use NCBLIT_PIXEL #1425

pull/1428/head
nick black 3 years ago committed by Nick Black
parent 8ea2cb9c18
commit 7426cc8067

@ -195,6 +195,7 @@ int fallin_demo(struct notcurses* nc){
struct ncvisual_options vopts = {
.n = stdn,
.scaling = NCSCALE_STRETCH,
.blitter = NCBLIT_PIXEL,
};
if(ncvisual_render(nc, ncv, &vopts) == NULL){
ncvisual_destroy(ncv);

Loading…
Cancel
Save