[outro] don't use NCBLIT_PIXEL yet

This commit is contained in:
nick black 2021-10-16 23:43:11 -04:00
parent 1369a36710
commit f2eb6f736a
No known key found for this signature in database
GPG Key ID: 5F43400C21CBFACC

View File

@ -59,7 +59,6 @@ videothread(void* vnc){
.n = ncp,
.y = 1,
.flags = NCVISUAL_OPTION_ADDALPHA,
.blitter = NCBLIT_PIXEL,
};
int three = 3;
if(ncvisual_blit(nc, ncv, &ovopts) == NULL){