diff options
author | HampusM <hampus@hampusmat.com> | 2022-06-08 19:23:55 +0200 |
---|---|---|
committer | HampusM <hampus@hampusmat.com> | 2022-06-13 17:57:01 +0200 |
commit | eb66598c326862fd9dfc1899be4eac93f81a8023 (patch) | |
tree | 75c74e7d3a180952d9b2efc081aa4d4ef165da60 /src/engine/engine.cpp | |
parent | 0f9f82c875fef4c8057a994552aa7d7a702b411a (diff) |
fix: prevent A, B, C & D from being interpreted as arrow keys
Diffstat (limited to 'src/engine/engine.cpp')
-rw-r--r-- | src/engine/engine.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/engine/engine.cpp b/src/engine/engine.cpp index c569c69..ed75394 100644 --- a/src/engine/engine.cpp +++ b/src/engine/engine.cpp @@ -76,8 +76,6 @@ void CLIGameEngine::start() noexcept } } - _user_input_observer->clear_currently_pressed(); - last_update_time = std::chrono::system_clock::now(); } } |