Skip to content

Commit

Permalink
oops
Browse files Browse the repository at this point in the history
Co-authored-by: Archez <[email protected]>
  • Loading branch information
balloondude2 and Archez authored Nov 21, 2024
1 parent da2b961 commit 843175d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion mm/2s2h/BenGui/UIWidgets.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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++) {
Expand Down

0 comments on commit 843175d

Please sign in to comment.