mirror of
https://github.com/ocornut/imgui.git
synced 2026-02-21 02:46:52 +00:00
Examples: Apple+OpenGL: Fix build.
This commit is contained in:
@@ -81,6 +81,7 @@
|
||||
-(void)updateAndDrawDemoView
|
||||
{
|
||||
// Start the Dear ImGui frame
|
||||
ImGuiIO& io = ImGui::GetIO();
|
||||
ImGui_ImplOpenGL2_NewFrame();
|
||||
ImGui_ImplOSX_NewFrame(self);
|
||||
ImGui::NewFrame();
|
||||
|
||||
Reference in New Issue
Block a user