Nelarius / imnodes

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

change position of IMGUI_DEFINE_MATH_OPERATORS definition to acomodate imgui 1.89.4 #180

Closed sonoro1234 closed 4 months ago

sonoro1234 commented 1 year ago

For imgui 1.89.4 IMGUI_DEFINE_MATH_OPERATORS must be used before imgui.h and not imgui_internal.h This change does not break compatibility with previous versions

zeroxer commented 1 year ago

Nice pull request!

sonoro1234 commented 8 months ago

@Nelarius any reason not to merge this or #181?

Auburn commented 4 months ago

181 Has fixed this