diff options
Diffstat (limited to 'src/game/GameController.cpp')
| -rw-r--r-- | src/game/GameController.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/game/GameController.cpp b/src/game/GameController.cpp index d7c9633..85518f7 100644 --- a/src/game/GameController.cpp +++ b/src/game/GameController.cpp @@ -118,7 +118,7 @@ void GameController::DrawPoints(queue<ui::Point*> & pointQueue) void GameController::Tick() { - gameModel->GetSimulation()->update_particles(); + //gameModel->GetSimulation()->update_particles(); } void GameController::SetPaused(bool pauseState) |
