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; g_running = false;
} }
ImGui::EndTabItem();
} }
ImGui::EndTabItem();
} }
} }

View File

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

View File

@ -44,7 +44,8 @@ workspace "BigBaseV2"
{ {
"4100", -- C4100: unreferenced formal parameter "4100", -- C4100: unreferenced formal parameter
"4201", -- C4201: nameless struct/union "4201", -- C4201: nameless struct/union
"4307" -- C4307: integral constant overflow "4307", -- C4307: integral constant overflow
"4996" -- C4996: deprecated in C++17
} }
end end
@ -74,9 +75,10 @@ workspace "BigBaseV2"
"vendor/%{prj.name}/imgui.cpp", "vendor/%{prj.name}/imgui.cpp",
"vendor/%{prj.name}/imgui_demo.cpp", "vendor/%{prj.name}/imgui_demo.cpp",
"vendor/%{prj.name}/imgui_draw.cpp", "vendor/%{prj.name}/imgui_draw.cpp",
"vendor/%{prj.name}/imgui_tables.cpp",
"vendor/%{prj.name}/imgui_widgets.cpp", "vendor/%{prj.name}/imgui_widgets.cpp",
"vendor/%{prj.name}/examples/imgui_impl_dx11.cpp", "vendor/%{prj.name}/backends/imgui_impl_dx11.cpp",
"vendor/%{prj.name}/examples/imgui_impl_win32.cpp" "vendor/%{prj.name}/backends/imgui_impl_win32.cpp"
} }
includedirs includedirs

2
vendor/ImGui vendored

@ -1 +1 @@
Subproject commit ec2a24a5f13fe8724acda7fc77c3328db6bf076a Subproject commit 9874077fc0e364383ef997e3d4332172bfddc0b9

2
vendor/MinHook vendored

@ -1 +1 @@
Subproject commit 8fda4f5481fed5797dc2651cd91e238e9b3928c6 Subproject commit 248aad5d9b719e7db264d920837b96e34f9d553b

2
vendor/fmtlib vendored

@ -1 +1 @@
Subproject commit 770a94edefd7589f7fbd410346f68f503d988bfe Subproject commit a6fafe2f0191cd456d6df66a3071c35c087188a0

2
vendor/g3log vendored

@ -1 +1 @@
Subproject commit 4000c5c899c0ae58b8b851f9b66e1a2ac0fe2bff Subproject commit 2fca06ff6da5c67465b591f4d45e8fd14d531142

2
vendor/json vendored

@ -1 +1 @@
Subproject commit 456478b3c50d60100dbb1fb9bc931f370a2c1c28 Subproject commit 350ff4f7ced7c4117eae2fb93df02823c8021fcb