diff options
Diffstat (limited to 'src/game.cpp')
-rw-r--r-- | src/game.cpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/game.cpp b/src/game.cpp index 58cc9343e..6f01527d6 100644 --- a/src/game.cpp +++ b/src/game.cpp @@ -946,7 +946,10 @@ void Game::handleInput() checkKeys(); if (inputManager.handleEvent(event)) + { + BLOCK_END("Game::handleInput 2") return; + } switch (event.type) { |