diff options
| author | Simon Robertshaw <simon@hardwired.org.uk> | 2012-07-25 12:37:04 (GMT) |
|---|---|---|
| committer | Simon Robertshaw <simon@hardwired.org.uk> | 2012-07-25 12:37:04 (GMT) |
| commit | 9b1fb64e1640eb36c485102b499653ce48830e1b (patch) | |
| tree | b5a1f86249b080194623a0de12ec70dcb6119a86 /src/game/GameController.cpp | |
| parent | 45fecfe72ca6fcb7cc07524fca7ab731fe5c94c1 (diff) | |
| download | powder-9b1fb64e1640eb36c485102b499653ce48830e1b.zip powder-9b1fb64e1640eb36c485102b499653ce48830e1b.tar.gz | |
WIND tool
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 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 { |
