summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/game/GameController.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/game/GameController.cpp b/src/game/GameController.cpp
index 17a6d4f..1533852 100644
--- a/src/game/GameController.cpp
+++ b/src/game/GameController.cpp
@@ -351,6 +351,7 @@ void GameController::DrawPoints(int toolSelection, queue<ui::Point*> & pointQueu
pointQueue.pop();
}
}
+ return;
}
activeTool->SetStrength(gameModel->GetToolStrength());