thedmd / imgui-node-editor

Node Editor built using Dear ImGui
MIT License
3.73k stars 551 forks source link

Removed redeclaration of ‘ImVec2 operator-(const ImVec2&)’ #233

Closed RedNicStone closed 1 year ago

RedNicStone commented 1 year ago

Fix for #226.

thedmd commented 1 year ago

Thank you for PR! I resolved the issue with backward compatible way.

RedNicStone commented 1 year ago

Thank you for PR! I resolved the issue with backward compatible way.

No worries, needed this fix on my branch at the time. Thanks for taking care of this issue!