diff options
Diffstat (limited to 'src/game/GameView.cpp')
| -rw-r--r-- | src/game/GameView.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/game/GameView.cpp b/src/game/GameView.cpp index c66a77b..c101543 100644 --- a/src/game/GameView.cpp +++ b/src/game/GameView.cpp @@ -1082,7 +1082,7 @@ void GameView::OnMouseUp(int x, int y, unsigned button) if(drawSnap && drawMode == DrawLine) { - finalDrawPoint2 = lineSnapCoords(c->PointTranslate(drawPoint1), drawPoint2)); + finalDrawPoint2 = lineSnapCoords(c->PointTranslate(drawPoint1), drawPoint2); } if(drawSnap && drawMode == DrawRect) |
