mirror of
https://github.com/scratchfoundation/bgfx.git
synced 2025-02-17 20:31:57 -05:00
Cleanup.
This commit is contained in:
parent
142521c8af
commit
73fb9b676d
1 changed files with 1 additions and 1 deletions
2
3rdparty/ocornut-imgui/imgui_wm.cpp
vendored
2
3rdparty/ocornut-imgui/imgui_wm.cpp
vendored
|
@ -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);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue