Skip to content

Commit

Permalink
Fixed link error when using IMGUI_DISABLE_DEBUG_TOOLS
Browse files Browse the repository at this point in the history
  • Loading branch information
ocornut committed Nov 29, 2023
1 parent 7965494 commit d2b0167
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions imgui.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -15298,6 +15298,7 @@ void ImGui::ShowIDStackToolWindow(bool*) {}
void ImGui::DebugHookIdInfo(ImGuiID, ImGuiDataType, const void*, const void*) {}
void ImGui::UpdateDebugToolItemPicker() {}
void ImGui::UpdateDebugToolStackQueries() {}
void ImGui::UpdateDebugToolFlashStyleColor() {}

#endif // #ifndef IMGUI_DISABLE_DEBUG_TOOLS

Expand Down

0 comments on commit d2b0167

Please sign in to comment.