Skip to content

Commit

Permalink
[outro] don't use NCBLIT_PIXEL yet
Browse files Browse the repository at this point in the history
  • Loading branch information
dankamongmen committed Oct 17, 2021
1 parent 1369a36 commit f2eb6f7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/demo/outro.c
Original file line number Diff line number Diff line change
Expand Up @@ -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){
Expand Down

0 comments on commit f2eb6f7

Please sign in to comment.