imgui-node-editor
imgui-node-editor copied to clipboard
Fix for compatibility with latest imgui version (arg count for ImGui::isClippedEx())
trafficstars
This ImGui commit removed the third argument for the function ImGui::IsClippedEx() https://github.com/ocornut/imgui/commit/3973de793316e84bee8719bf29091df1ad61b514 I just fixed it to build with the latest imgui version.
Thanks. I will bump ImGui compatibility before releasing develop branch.