painter: drop loop at end, nice FPS gain

pull/282/head
nick black 5 years ago committed by Nick Black
parent 1c17b05434
commit 385d37ac8c

@ -317,6 +317,7 @@ notcurses_render_internal(notcurses* nc, struct crender* rvec){
}
p = p->z;
}
/*
for(int y = 0 ; y < dimy ; ++y){
for(int x = 0 ; x < dimx ; ++x){
cell* targc = &fb[fbcellidx(y, dimx, x)];
@ -332,6 +333,7 @@ notcurses_render_internal(notcurses* nc, struct crender* rvec){
}
}
}
*/
free(fb);
return 0;
}

Loading…
Cancel
Save