mirror of
https://github.com/Drezil/imgui.git
synced 2025-07-19 19:23:13 +02:00
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:
@ -42,6 +42,7 @@
|
||||
{
|
||||
ImGui_ImplOpenGL2_NewFrame();
|
||||
ImGui_ImplOSX_NewFrame(self);
|
||||
ImGui::NewFrame();
|
||||
|
||||
// Global data for the demo
|
||||
static bool show_demo_window = true;
|
||||
|
Reference in New Issue
Block a user