mirror of
https://github.com/dankamongmen/notcurses.git
synced 2024-10-31 15:20:13 +00:00
fallin': use NCBLIT_2x2
This commit is contained in:
parent
595a697146
commit
787e66a4c8
@ -186,6 +186,7 @@ int fallin_demo(struct notcurses* nc){
|
||||
struct ncvisual_options vopts = {
|
||||
.n = stdn,
|
||||
.scaling = NCSCALE_STRETCH,
|
||||
.blitter = NCBLIT_2x2,
|
||||
};
|
||||
if(ncvisual_render(nc, ncv, &vopts) == NULL){
|
||||
ncvisual_destroy(ncv);
|
||||
|
Loading…
Reference in New Issue
Block a user