Nelarius / imnodes

A small, dependency-free node editor for dear imgui
MIT License
2.01k stars 244 forks source link

AddBezierCurve -> AddBezierCubic #78

Closed sonoro1234 closed 3 years ago

sonoro1234 commented 3 years ago

While testing future LuaJIT-ImGui release I had a compiling error for imnodes.

It is caused by a function renaming that will take place in v1.80: https://github.com/ocornut/imgui/commit/4d8e839ddf3786f11390002b86218419311843fb

Perhaps IMGUI_VERSION_NUM could be used for calling one or the other?

Nelarius commented 3 years ago

Thanks for bringing this issue up! 👍