vizdirect: exercise direct render restrictions #1661

pull/1672/head
nick black 3 years ago committed by Nick Black
parent 42f26fcb1e
commit ce24efaaf8

@ -95,6 +95,9 @@ int main(void){
NCBLIT_DEFAULT, NCSCALE_NONE)){ NCBLIT_DEFAULT, NCSCALE_NONE)){
goto err; goto err;
} }
if(partial_image(n, "../data/warmech.bmp")){
goto err;
}
if(ncdirect_stop(n)){ if(ncdirect_stop(n)){
return EXIT_FAILURE; return EXIT_FAILURE;
} }

Loading…
Cancel
Save