mirror of
https://github.com/eliasstepanik/imgui-rs.git
synced 2026-01-26 12:59:00 +00:00
cargo fmt
This commit is contained in:
parent
c104e7f104
commit
d98e004454
@ -324,12 +324,7 @@ impl<'ui> DrawListMut<'ui> {
|
|||||||
/// .build();
|
/// .build();
|
||||||
/// }
|
/// }
|
||||||
/// ```
|
/// ```
|
||||||
pub fn add_image(
|
pub fn add_image(&'ui self, texture_id: TextureId, p_min: [f32; 2], p_max: [f32; 2]) -> Image {
|
||||||
&'ui self,
|
|
||||||
texture_id: TextureId,
|
|
||||||
p_min: [f32; 2],
|
|
||||||
p_max: [f32; 2],
|
|
||||||
) -> Image {
|
|
||||||
Image::new(self, texture_id, p_min, p_max)
|
Image::new(self, texture_id, p_min, p_max)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user