OSX: Various tweaks to imgui_impl_osx courtesy of @warrenm + fix NewFrame position which has been moved recently master. (#1873)

This commit is contained in:
omar
2018-07-04 13:24:16 +02:00
parent 0d7e779b37
commit deb7aa29cd
3 changed files with 18 additions and 17 deletions

View File

@ -42,6 +42,7 @@
{
ImGui_ImplOpenGL2_NewFrame();
ImGui_ImplOSX_NewFrame(self);
ImGui::NewFrame();
// Global data for the demo
static bool show_demo_window = true;