diff --git a/src/demo/fallin.c b/src/demo/fallin.c index c71ca3f35..00b64adf7 100644 --- a/src/demo/fallin.c +++ b/src/demo/fallin.c @@ -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);