From 03e2a7f58417f0eba7f8276b7dcaea0f5b981e40 Mon Sep 17 00:00:00 2001 From: ocornut Date: Wed, 27 Sep 2023 20:07:58 +0200 Subject: [PATCH] Debug Tools: Rename ShowIdStackToolWindow() -> ShowIDStackToolWindow(). (#4631) Some tool undid or didn't queue a chunk? Amend c21278e. --- imgui_internal.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/imgui_internal.h b/imgui_internal.h index ed9365b99..73b3f2ed6 100644 --- a/imgui_internal.h +++ b/imgui_internal.h @@ -2149,7 +2149,7 @@ struct ImGuiContext ImU8 DebugItemPickerMouseButton; ImGuiID DebugItemPickerBreakId; // Will call IM_DEBUG_BREAK() when encountering this ID ImGuiMetricsConfig DebugMetricsConfig; - ImGuiIDStackTool DebugIdStackTool; + ImGuiIDStackTool DebugIDStackTool; ImGuiDebugAllocInfo DebugAllocInfo; // Misc