Disabled imgui ini file settings
This commit is contained in:
parent
a0b0bcf503
commit
d29c662ca0
1 changed files with 1 additions and 0 deletions
|
|
@ -31,6 +31,7 @@ public class ImGuiSetup {
|
||||||
initFonts(ImGui.getIO());
|
initFonts(ImGui.getIO());
|
||||||
imGuiImp.init(windowHandle, true);
|
imGuiImp.init(windowHandle, true);
|
||||||
imGuiGlImp.init("#version 140");
|
imGuiGlImp.init("#version 140");
|
||||||
|
ImGui.getIO().setIniFilename(null);
|
||||||
ImGui.init();
|
ImGui.init();
|
||||||
initStyle();
|
initStyle();
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue