mirror of
https://github.com/eliasstepanik/imgui-rs.git
synced 2026-01-11 13:38:35 +00:00
Fix warning on badly named DrawData member
This commit is contained in:
parent
6e7644cec8
commit
744fc7cb79
@ -33,7 +33,7 @@ pub struct DrawData {
|
||||
pub framebuffer_scale: [f32; 2],
|
||||
|
||||
#[cfg(feature = "docking")]
|
||||
OwnerViewport: *mut sys::ImGuiViewport,
|
||||
owner_viewport: *mut sys::ImGuiViewport,
|
||||
}
|
||||
|
||||
unsafe impl RawCast<sys::ImDrawData> for DrawData {}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user