Fixed base tab not properly closing the tab.

Updated dependencies.
This commit is contained in:
gir489
2020-12-05 20:53:58 -05:00
parent adecc49471
commit fc80429b2a
8 changed files with 13 additions and 11 deletions

View File

@ -82,7 +82,7 @@ namespace big
{
g_running = false;
}
ImGui::EndTabItem();
}
ImGui::EndTabItem();
}
}

View File

@ -5,8 +5,8 @@
#include "pointers.hpp"
#include "renderer.hpp"
#include <imgui.h>
#include <imgui_impl_dx11.h>
#include <imgui_impl_win32.h>
#include <backends/imgui_impl_dx11.h>
#include <backends/imgui_impl_win32.h>
#include <imgui_internal.h>
IMGUI_IMPL_API LRESULT ImGui_ImplWin32_WndProcHandler(HWND hWnd, UINT msg, WPARAM wParam, LPARAM lParam);