Skip to content

Commit

Permalink
Debug Tools: Rename ShowIdStackToolWindow() -> ShowIDStackToolWindow(…
Browse files Browse the repository at this point in the history
…). (#4631)

Some tool undid or didn't queue a chunk? Amend c21278e.
  • Loading branch information
ocornut committed Sep 27, 2023
1 parent c21278e commit 03e2a7f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion imgui_internal.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 03e2a7f

Please sign in to comment.