mirror of
https://github.com/ocornut/imgui.git
synced 2026-03-28 07:47:02 -05:00
`int` values are not the same thing as `size_t` nor `ptrdiff_t`. Convert incorrect uses of `int` to more appropriate types. Fixes warnings for 64-bit compilations.
261 KiB
261 KiB