From 843175d15750b58fd104509d16354e276d94d46b Mon Sep 17 00:00:00 2001 From: balloondude2 <55861555+balloondude2@users.noreply.github.com> Date: Wed, 20 Nov 2024 17:31:39 -0700 Subject: [PATCH] oops Co-authored-by: Archez --- mm/2s2h/BenGui/UIWidgets.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/mm/2s2h/BenGui/UIWidgets.cpp b/mm/2s2h/BenGui/UIWidgets.cpp index 46ab4d80f..be7b3ab13 100644 --- a/mm/2s2h/BenGui/UIWidgets.cpp +++ b/mm/2s2h/BenGui/UIWidgets.cpp @@ -548,7 +548,6 @@ void DrawFlagArray32(const std::string& name, uint32_t& flags) { } ImGui::PopID(); } -// fmt::format("0x{:04X} ({})", (u16)actor->params, actor->params) void DrawFlagArray16(const std::string& name, uint16_t& flags) { ImGui::PushID(name.c_str()); for (int16_t flagIndex = 0; flagIndex < 16; flagIndex++) {