fix: thread pool rescaling incorrectly (#2357)

This commit is contained in:
Andreas Maerten
2023-10-31 20:21:40 +01:00
committed by GitHub
parent 31cc932995
commit debe7892d1
3 changed files with 15 additions and 10 deletions

View File

@ -21,9 +21,7 @@ namespace big
components::command_checkbox<"windowhook">("VIEW_DEBUG_MISC_DISABLE_GTA_WINDOW_HOOK"_T);
ImGui::Text(std::format("{}: {}/{}", "VIEW_DEBUG_MISC_FIBER_POOL_USAGE"_T, g_fiber_pool->get_used_fibers(), g_fiber_pool->get_total_fibers()).c_str());
ImGui::SameLine();
if (components::button("RESET"_T))
{
g_fiber_pool->reset();