Skip to content

Commit

Permalink
Made window closable
Browse files Browse the repository at this point in the history
  • Loading branch information
typedeck0 authored Sep 14, 2022
1 parent 42f3db2 commit 59ada5c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion know_thy_enemy.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -366,7 +366,7 @@ uintptr_t imgui_proc(uint32_t not_charsel_or_loading, uint32_t hide_if_combat_or
}
);

ImGui::Begin("Know thy enemy");
ImGui::Begin("Know thy enemy", &enabled);
ImGui::PushStyleColor(ImGuiCol_Text, color_array[0][4]);
char buff[32] = {};
snprintf(buff, 32, "%04x Total: %d", (uint16_t)combatants_to_display, sum);
Expand Down

0 comments on commit 59ada5c

Please sign in to comment.