diff --git a/src/demo/keller.c b/src/demo/keller.c index 3810e9d61..09db788b1 100644 --- a/src/demo/keller.c +++ b/src/demo/keller.c @@ -20,7 +20,7 @@ visualize(struct notcurses* nc, struct ncvisual* ncv){ .scaling = NCSCALE_STRETCH, .blitter = bs[i], .n = notcurses_stdplane(nc), - .y = bs[i] == NCBLIT_PIXEL, + .y = 1, }; if(ncvisual_render(nc, ncv, &vopts) == NULL){ return -1;