Nelarius / imnodes

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

Fix: ImGui's Math Operators aren't exported by default anymore #184

Closed Syndelis closed 1 year ago

Syndelis commented 1 year ago

A breaking change introduced in ImGui made it so that ImVec2's math operators are not exported by default anymore. This change explicitly "asks" for the operators as per the ImGui's documentation's FAQ

Syndelis commented 1 year ago

Oops, didn't realize #181 already existed! Sorry