Skip to content

Commit 21d84a0

Browse files
authored
Update ImGui.cpp
1 parent 4a6a767 commit 21d84a0

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Framework/Renderer/ImGui/ImGui.cpp

+2-1
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,7 @@ void UImGui::GUIRenderer::init(GLFWwindow* glfwwindow, const FString& ini)
7979
ImGuiIO& io = ImGui::GetIO(); (void)io;
8080
io.ConfigFlags |= ImGuiConfigFlags_DockingEnable | ImGuiConfigFlags_ViewportsEnable;
8181
io.BackendFlags |= ImGuiBackendFlags_HasMouseCursors;
82+
io.IniFilename = nullptr;
8283
io.WantSaveIniSettings = false;
8384
io.ConfigViewportsNoTaskBarIcon = true;
8485
io.ConfigUseDefaultMouseCursors = true;
@@ -241,4 +242,4 @@ void UImGui::GUIRenderer::beginUI(float deltaTime)
241242
ImGui::RenderPlatformWindowsDefault();
242243
glfwMakeContextCurrent(backup_current_context);
243244
}
244-
}
245+
}

0 commit comments

Comments
 (0)