mirror of
https://github.com/dankamongmen/notcurses
synced 2025-03-10 01:29:05 -04:00
fallin' demo: use NCBLIT_PIXEL #1425
This commit is contained in:
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…
x
Reference in New Issue
Block a user