Examples: Apple+OpenGL: Fix build.

features/sdl_renderer3_multiviewports
omar ago%!(EXTRA string=3 years) committed by GitHub
parent 693b4c57fe
commit 2fa60bec27
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      examples/example_apple_opengl2/main.mm

@ -81,6 +81,7 @@
-(void)updateAndDrawDemoView
{
// Start the Dear ImGui frame
ImGuiIO& io = ImGui::GetIO();
ImGui_ImplOpenGL2_NewFrame();
ImGui_ImplOSX_NewFrame(self);
ImGui::NewFrame();

Loading…
Cancel
Save