ncvisual: quadblitter by default for stretch, for now

pull/1097/head
nick black 4 years ago
parent 168f0642e4
commit 5c8781ffbd
No known key found for this signature in database
GPG Key ID: 5F43400C21CBFACC

@ -3156,7 +3156,7 @@ ncvisual_default_blitter(bool utf8, ncscale_e scale){
// it's not the general default because it doesn't preserve aspect ratio.
// NCSCALE_STRETCH throws away aspect ratio, and can safely use NCBLIT_3x2.
if(scale == NCSCALE_STRETCH){
return NCBLIT_3x2;
return NCBLIT_2x2;
}
return NCBLIT_2x1;
}

Loading…
Cancel
Save