Skip to content

Commit

Permalink
Update cimgui to 1.53.1
Browse files Browse the repository at this point in the history
Update cimgui, fixing imgui-rs#97 and imgui-rs#88.

As a side note, the previous version has some compiler warning showing
up during build:

warning: third-party/cimgui/imgui/imgui.cpp: In function ‘void ImGui::RenderTriangle(ImVec2, ImGuiDir, float)’:
warning: third-party/cimgui/imgui/imgui.cpp:3136:11: warning: this statement may fall through [-Wimplicit-fallthrough=]
warning:          r = -r; // ...fall through, no break!
warning:          ~~^~~~

The new version has no warning.
  • Loading branch information
malikolivier committed Apr 29, 2018
1 parent 1bdb222 commit ddd7f7e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion imgui-sys/third-party/cimgui

0 comments on commit ddd7f7e

Please sign in to comment.