Left in a print statement
This commit is contained in:
parent
1369a36178
commit
5552679c11
@ -545,7 +545,6 @@ START_ALLOW_CASE_RANGE
|
|||||||
ans = fg->bi_font_idx; break;
|
ans = fg->bi_font_idx; break;
|
||||||
}
|
}
|
||||||
if (ans < 0) ans = fg->medium_font_idx;
|
if (ans < 0) ans = fg->medium_font_idx;
|
||||||
printf("has_emoji_presentation: %d has_cell_text: %d\n", has_emoji_presentation(cpu_cell, gpu_cell), has_cell_text(fg->fonts + ans, cpu_cell));
|
|
||||||
if (!has_emoji_presentation(cpu_cell, gpu_cell) && has_cell_text(fg->fonts + ans, cpu_cell)) return ans;
|
if (!has_emoji_presentation(cpu_cell, gpu_cell) && has_cell_text(fg->fonts + ans, cpu_cell)) return ans;
|
||||||
return fallback_font(fg, cpu_cell, gpu_cell);
|
return fallback_font(fg, cpu_cell, gpu_cell);
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user