mirror of
https://github.com/kovidgoyal/kitty
synced 2026-07-26 10:12:17 +02:00
Forgot to comment out debug print
This commit is contained in:
@@ -1230,7 +1230,7 @@ render_group(
|
|||||||
canvas, rf, center_glyph, ri, canvas_width,
|
canvas, rf, center_glyph, ri, canvas_width,
|
||||||
scaled_metrics.cell_height, num_scaled_cells, num_glyphs, was_colored);
|
scaled_metrics.cell_height, num_scaled_cells, num_glyphs, was_colored);
|
||||||
if (PyErr_Occurred()) PyErr_Print();
|
if (PyErr_Occurred()) PyErr_Print();
|
||||||
display_glyph(canvas, canvas_width, scaled_metrics.cell_height); printf("\n");
|
// display_glyph(canvas, canvas_width, scaled_metrics.cell_height); printf("\n");
|
||||||
|
|
||||||
fg->fcm = unscaled_metrics; // needed for current_send_sprite_to_gpu()
|
fg->fcm = unscaled_metrics; // needed for current_send_sprite_to_gpu()
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user