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 72c38c0..8fc1aca 100644
--- a/src/game/GameController.cpp
+++ b/src/game/GameController.cpp
@@ -295,7 +295,7 @@ void GameController::DrawPoints(int toolSelection, queue<ui::Point*> & pointQueu
pointQueue.pop();
if(!first)
{
- activeTool->DrawLine(sim, cBrush, fPoint, sPoint);
+ activeTool->DrawLine(sim, cBrush, sPoint, fPoint, true);
}
else
{