Skip to content

Commit

Permalink
As current version of SpaiR (1.87.3), the newFrame should call three …
Browse files Browse the repository at this point in the history
…times with imGuiGl3, imGuiGlfw and ImGui so that we could correctly run the code (#229)

Co-authored-by: voidvvv <[email protected]>
  • Loading branch information
voidvvv and voidvvv authored Sep 10, 2024
1 parent 6dd6407 commit 3878198
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion wiki/graphics/2d/imgui.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,8 @@ The following instructions detail how ImGui can be used in a libGDX game. For ea
Gdx.input.setInputProcessor(tmpProcessor);
tmpProcessor = null;
}


imGuiGl3.newFrame();
imGuiGlfw.newFrame();
ImGui.newFrame();
}
Expand Down

0 comments on commit 3878198

Please sign in to comment.