Fix interpolated color after recent upheaval

This commit is contained in:
Aaron Culliney 2018-08-24 17:41:44 -07:00
parent 9f1ef968ac
commit 50d440df1b

View File

@ -1046,7 +1046,7 @@ static void _plot_hires40_scanline(scan_data_t *scandata) {
}
}
if (color_mode == COLOR_MODE_BW) {
if (color_mode == COLOR_MODE_INTERP) {
uint8_t *interp_base = NULL;
uint8_t *interp_altbase = NULL;
if (is_even) {