This commit is contained in:
Jack Mac 2021-09-13 13:18:06 -04:00
parent 7aba745c3d
commit eb455f032c

View File

@ -303,8 +303,7 @@ impl<'a> Id<'a> {
Id::Int(i) => { Id::Int(i) => {
let p = *i as *const std::os::raw::c_void; let p = *i as *const std::os::raw::c_void;
sys::igGetIDPtr(p) sys::igGetIDPtr(p)
} } // Id::ImGuiID(n) => *n,
// Id::ImGuiID(n) => *n,
} }
} }
} }