diff options
-rw-r--r-- | kurator/src/Battle.cpp | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/kurator/src/Battle.cpp b/kurator/src/Battle.cpp index 37dda67..0f1f0ba 100644 --- a/kurator/src/Battle.cpp +++ b/kurator/src/Battle.cpp @@ -128,11 +128,6 @@ Battle::update(const float dt) if (ImGui::Begin("Controls", nullptr, ImGuiWindowFlags_NoFocusOnAppearing)) time_controls("TimeControls", time_factor); ImGui::End(); - if (IsKeyPressed(KEY_SPACE)) { - if (report) - report(log); - session->set(std::make_shared<Summary>(session, log)); - } } |