Skip to content

Commit

Permalink
[Update] Not generate imgui.ini
Browse files Browse the repository at this point in the history
  • Loading branch information
liubai01 committed Jun 4, 2022
1 parent d8a1fef commit 4f19414
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Engine/Base/BaseApp.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -280,6 +280,7 @@ void BaseApp::InitImGUI()
ImGuiIO& io = ImGui::GetIO();
io.ConfigFlags |= ImGuiConfigFlags_DockingEnable;
io.ConfigFlags |= ImGuiConfigFlags_ViewportsEnable;
io.IniFilename = NULL;

SetStyleColor();
ImGui_ImplWin32_Init(mHwnd);
Expand Down

0 comments on commit 4f19414

Please sign in to comment.