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