mirror of
https://github.com/emilk/egui.git
synced 2026-09-02 23:00:04 -04:00
Fix wrong comment
This commit is contained in:
@@ -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 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>,
|
pub glyph_vertex_range: Range<usize>,
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user