diff options
Diffstat (limited to 'src/game.cpp')
-rw-r--r-- | src/game.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/game.cpp b/src/game.cpp index 77a95120d..363a30ad4 100644 --- a/src/game.cpp +++ b/src/game.cpp @@ -902,6 +902,7 @@ void Game::handleInput() } handleMove(); + inputManager.handleRepeat(); } /** |