|
Fixed a couple of problems found by CppCat code analyzer.
* incorrect implementation of ImVec4 operator- which always gives a w value of 0 * boolean formula of ((A && B) || B) can be simplified to just (B) |
|---|
|
|
| imgui.cpp |
|---|
| imgui_internal.h |
|---|