thedmd / imgui-node-editor

Node Editor built using Dear ImGui
MIT License
3.48k stars 527 forks source link

Fix Vec2 math operators for compatibility with IMGUI_VERSION >= 19002 #268

Closed otto-link closed 6 months ago

otto-link commented 7 months ago

Vec2 ==/!= operators have been added since 19002 (included): https://github.com/ocornut/imgui/commit/077e4db772b6ce0f5f6a2488ac9473b81ff67aee

thedmd commented 6 months ago

Thanks, I stumbled on this issue after updating ImGui too.