fix(renderer): load linearized fg color for cursor cell

pull/9695/head
Daniel Wennberg 2025-11-24 20:53:23 -08:00
parent 6f0927c42a
commit d31be89b16
1 changed files with 1 additions and 1 deletions

View File

@ -668,7 +668,7 @@ vertex CellTextVertexOut cell_text_vertex(
out.color = load_color( out.color = load_color(
uniforms.cursor_color, uniforms.cursor_color,
uniforms.use_display_p3, uniforms.use_display_p3,
false true
); );
} }