epezent / implot

Immediate Mode Plotting
MIT License
4.64k stars 516 forks source link

Fixes for requirement to define IMGUI_DEFINE_MATH_OPERATORS before imgui.h #449

Closed ocornut closed 1 year ago

ocornut commented 1 year ago

Changed by https://github.com/ocornut/imgui/commit/a1b8457cb5c9238f47fc7616e84c0775412ce556

The implot side fix should work with older imgui version, unless someone includes implot_internal.h directly without having the math operators defined (which I presume will be rare and easy to discover and fix).