fallin' demo: use NCBLIT_PIXEL #1425

This commit is contained in:
nick black 2021-03-19 23:18:10 -04:00 committed by Nick Black
parent 8ea2cb9c18
commit 7426cc8067

View File

@ -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);