From 8250340f04fe86174a75544e73a759cedcb658f3 Mon Sep 17 00:00:00 2001 From: Gordon McCann Date: Tue, 8 Nov 2022 14:03:54 -0500 Subject: [PATCH] Fix another ImGuiKeyMod thing --- implot_demo.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/implot_demo.cpp b/implot_demo.cpp index 3af0076..3d70b6f 100644 --- a/implot_demo.cpp +++ b/implot_demo.cpp @@ -235,7 +235,7 @@ void ModSelector(const char* label, ImGuiModFlags* k) { ImGui::PopID(); } -void InputMapping(const char* label, ImGuiMouseButton* b, ImGuiKeyModFlags* k) { +void InputMapping(const char* label, ImGuiMouseButton* b, ImGuiModFlags* k) { ImGui::LabelText("##","%s",label); if (b != NULL) { ImGui::SameLine(100);