Hi
When I compile this source with mingw (g++) I get errors related to imgui internal
This is a part of errors (there are a lot of errors)
In file included from imgui/imgui_extra_math.h:69:0,
from imgui/imgui_node_editor_internal.h:25,
from imgui/imgui_node_editor_api.cpp:12:
imgui/imgui_extra_math.inl:32:15: note: candidate: ImVec2 operator*(float, const ImVec2&)
inline ImVec2 operator*(const float lhs, const ImVec2& rhs)
^~~~~~~~
imgui/imgui_extra_math.inl:32:15: note: no known conversion for argument 1 from 'ImVec2' to 'float'
Thanks
Hi When I compile this source with mingw (g++) I get errors related to imgui internal
This is a part of errors (there are a lot of errors)