Closed someposer closed 1 month ago
Thanks! The reason why https://github.com/floooh/sokol/pull/1134 currently doesn't build is because this dependency is still pinned to ImGui 1.91.1: https://github.com/fips-libs/fips-cimgui
Did you test your fix with the latest Dear ImGui version? I'm surprised that only this one cast is needed.
PS: ah ok, #1134 fixes the public API, which tbh is the cleaner solution :) I will look into both PRs later this week, but I will probably merge #1134 and close this PR, apologies in advance :)
Closing in favor of #1134 (which I just merged), nonetheless, many thanks for submitting the PR :)
Fixes the following compiler error when using Sokol headers in a C++ project.
This fix is similar to #1134 however, it passes the tests.