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