mirror of
https://github.com/eliasstepanik/imgui-rs.git
synced 2026-01-14 23:18:28 +00:00
window_draw_list: Fix typo in doc
This commit is contained in:
parent
746bdc5ef3
commit
7be9f15acb
@ -409,7 +409,7 @@ impl<'ui, D: DrawAPI<'ui>> Rect<'ui, D> {
|
||||
}
|
||||
}
|
||||
|
||||
/// Represents a circle about to be drawn on the window
|
||||
/// Represents a triangle about to be drawn on the window
|
||||
pub struct Triangle<'ui, D: 'ui> {
|
||||
p1: ImVec2,
|
||||
p2: ImVec2,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user