Branimir Karadžić 10 years ago
parent
commit
73fb9b676d
1 changed files with 1 additions and 1 deletions
  1. 1 1
      3rdparty/ocornut-imgui/imgui_wm.cpp

+ 1 - 1
3rdparty/ocornut-imgui/imgui_wm.cpp

@@ -921,7 +921,7 @@ namespace ImGuiWM
 
         void* pTemp = ImGui::GetInternalState();
         m_pState = ImGui::MemAlloc(ImGui::GetInternalStateSize());
-        ImGui::SetInternalState(m_pState, true);
+        ImGui::SetInternalState(m_pState, false);
         ImGui::GetIO().IniFilename = NULL;
         ImGui::SetInternalState(pTemp);
     }