Skip to content

Commit 774062e

Browse files
authored
Update imgui.md (#264)
1 parent 3d6f413 commit 774062e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

wiki/graphics/2d/imgui.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ The following instructions detail how ImGui can be used in a libGDX game. For ea
4747
long windowHandle = ((Lwjgl3Graphics) Gdx.graphics).getWindow().getWindowHandle();
4848
ImGui.createContext();
4949
ImGuiIO io = ImGui.getIO();
50-
io.setIniFilename(null);
50+
io.setIniFilename(null); //Optional. Disables saving window layouts between sessions
5151
io.getFonts().addFontDefault();
5252
io.getFonts().build();
5353
imGuiGlfw.init(windowHandle, true);

0 commit comments

Comments
 (0)