diff options
Diffstat (limited to 'src/game.cpp')
-rw-r--r-- | src/game.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/game.cpp b/src/game.cpp index caea1733b..0457271b5 100644 --- a/src/game.cpp +++ b/src/game.cpp @@ -660,7 +660,7 @@ void Game::logic() if (particleEngine != nullptr) particleEngine->update(); if (mCurrentMap != nullptr) - mCurrentMap->update(); + mCurrentMap->update(1); BLOCK_END("Game::logic") } |