summaryrefslogtreecommitdiff
path: root/src/game/GameController.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/game/GameController.cpp')
-rw-r--r--src/game/GameController.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/game/GameController.cpp b/src/game/GameController.cpp
index e029fc9..07f2722 100644
--- a/src/game/GameController.cpp
+++ b/src/game/GameController.cpp
@@ -54,7 +54,7 @@ void GameController::DrawPoints(queue<ui::Point*> & pointQueue)
void GameController::Tick()
{
- gameModel->GetSimulation()->update_particles();
+ //gameModel->GetSimulation()->update_particles();
}
void GameController::SetPaused(bool pauseState)