ncplayer: use NCBLIT_DEFAULT without -b

pull/1377/head
nick black 4 years ago committed by Nick Black
parent 0ffbba3365
commit 9799ed8175

@ -312,7 +312,7 @@ auto main(int argc, char** argv) -> int {
float timescale, displaytime;
ncscale_e scalemode;
notcurses_options ncopts{};
ncblitter_e blitter = NCBLIT_PIXEL;
ncblitter_e blitter = NCBLIT_DEFAULT;
bool quiet = false;
bool loop = false;
auto nonopt = handle_opts(argc, argv, ncopts, &quiet, &timescale, &scalemode,

Loading…
Cancel
Save