Skip to content

Fixed re-definition - #78

Open
AvisDylan wants to merge 2 commits into
Fattorino:masterfrom
AvisDylan:master
Open

Fixed re-definition#78
AvisDylan wants to merge 2 commits into
Fattorino:masterfrom
AvisDylan:master

Conversation

@AvisDylan

Copy link
Copy Markdown

If I define IMGUI_DEFINE_MATH_OPERATORS
inline ImVec2 operator*(const float lhs, const ImVec2& rhs)
{
return ImVec2(lhs * rhs.x, lhs * rhs.y);
}
redefines latest imgui so I fixed it with an ifndef

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant