Fixed base tab not properly closing the tab.
Updated dependencies.
This commit is contained in:
@ -82,7 +82,7 @@ namespace big
|
||||
{
|
||||
g_running = false;
|
||||
}
|
||||
ImGui::EndTabItem();
|
||||
}
|
||||
ImGui::EndTabItem();
|
||||
}
|
||||
}
|
@ -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);
|
||||
|
Reference in New Issue
Block a user