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