diff --git a/src/demo/keller.c b/src/demo/keller.c index cf794f91c..eac342520 100644 --- a/src/demo/keller.c +++ b/src/demo/keller.c @@ -22,6 +22,9 @@ visualize(struct notcurses* nc, struct ncvisual* ncv){ .n = notcurses_stdplane(nc), .y = 1, }; + if(vopts.blitter == NCBLIT_PIXEL){ + vopts.scaling = NCSCALE_NONE; + } if(ncvisual_render(nc, ncv, &vopts) == NULL){ return -1; }