From fb5c06777557fc28c0d8e919d9a82bdf51adeea7 Mon Sep 17 00:00:00 2001 From: Jonathan Bradley Date: Wed, 11 Oct 2023 13:03:35 -0400 Subject: checkpoint for handling player input --- src/game.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'src/game.cpp') 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); -- cgit v1.2.3