pthom / hello_imgui

Hello, Dear ImGui: unleash your creativity in app development and prototyping
https://pthom.github.io/hello_imgui
MIT License
606 stars 91 forks source link

Fix integer conversion warning seen on Windows MSVC #44

Closed Guillaume227 closed 1 year ago

Guillaume227 commented 1 year ago

Apologies, the warning fix earlier in pnm.h went on the wrong line - it results in a wrong cast in addition to not fixing the warning as intended.