1
0
mirror of https://github.com/emilk/egui.git synced 2026-08-29 04:40:03 -04:00

Fix wrong comment

This commit is contained in:
Emil Ernerfeldt
2024-06-30 14:35:46 +02:00
parent 6222e031b5
commit 3add56f81b

View File

@@ -556,7 +556,7 @@ pub struct RowVisuals {
/// The range of vertices in the mesh that contain glyphs (as opposed to background, underlines, strikethorugh, etc).
///
/// The glyph vertices comes before backgrounds (if any), and after any underlines and strikethrough.
/// The glyph vertices comes after backgrounds (if any), but before any underlines and strikethrough.
pub glyph_vertex_range: Range<usize>,
}