mirror of
https://github.com/ocornut/imgui.git
synced 2026-01-14 00:34:18 +00:00
Examples: Apple+OpenGL: Fix build.
This commit is contained in:
parent
693b4c57fe
commit
2fa60bec27
1 changed files with 1 additions and 0 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue