mirror of
https://github.com/eliasstepanik/imgui-rs.git
synced 2026-01-22 10:58:31 +00:00
fmt
This commit is contained in:
parent
7aba745c3d
commit
eb455f032c
@ -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,
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user