From 4487c71fc69af45a9c0786248b6a2af0b35cf86a Mon Sep 17 00:00:00 2001 From: Aki Date: Fri, 10 Feb 2023 23:11:16 +0100 Subject: Disabled skipping battle with space press --- kurator/src/Battle.cpp | 5 ----- 1 file changed, 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(session, log)); - } } -- cgit v1.1