summaryrefslogtreecommitdiff
path: root/src/game.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/game.cpp')
-rw-r--r--src/game.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/game.cpp b/src/game.cpp
index 4de3f04..366eee8 100644
--- a/src/game.cpp
+++ b/src/game.cpp
@@ -453,7 +453,6 @@ void RecordImGuiEntityList() {
ImGui::PushID(row);
ImGui::TableNextRow();
ImGui::TableSetColumnIndex(0);
- char label[32];
if (ImGui::Button("Select"))
selectedEntity = entity->handle;
ImGui::TableSetColumnIndex(1);