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