bitmap unit tests: use SCALE to work ona ll geoms

This commit is contained in:
Nick Black 2021-04-25 16:08:35 -04:00
parent bd6a7918f2
commit 6f07ecb556

View File

@ -470,6 +470,7 @@ TEST_CASE("Bitmaps") {
struct ncvisual_options vopts{};
vopts.blitter = NCBLIT_PIXEL;
vopts.flags = NCVISUAL_OPTION_NODEGRADE;
vopts.scaling = NCSCALE_STRETCH;
auto newn = ncvisual_render(nc_, ncv, &vopts);
CHECK(newn);
ncplane_move_bottom(newn);