mirror of
https://github.com/Mr-X-GTA/YimMenu.git
synced 2025-07-01 03:53:03 +08:00
fix: thread pool rescaling incorrectly (#2357)
This commit is contained in:
@ -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();
|
||||
|
Reference in New Issue
Block a user