Fix warning on badly named DrawData member

This commit is contained in:
dbr 2021-11-16 17:08:50 +11:00
parent 6e7644cec8
commit 744fc7cb79

View File

@ -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 {}