Fix doc link to imgui::Image

Unsure why but [`imgui::Image`] doesn't work while [`crate::Image`] does
This commit is contained in:
dbr 2021-02-24 20:13:07 +11:00
parent a4f74624e1
commit caf8c8d95a

View File

@ -717,7 +717,7 @@ impl<'ui> BezierCurve<'ui> {
}
/// Image draw list primitive, not to be confused with the widget
/// [`imgui::widgets::image::Image`]. See [`DrawListMut::add_image`]
/// [`imgui::Image`](crate::Image).
#[must_use = "should call .build() to draw the object"]
pub struct Image<'ui> {
texture_id: TextureId,