From 2243c86ef9858b3ea2c0e3e64bf201ec93c9cff7 Mon Sep 17 00:00:00 2001 From: Simon Robertshaw Date: Thu, 6 Sep 2012 01:30:11 +0100 Subject: More demonstration of my inability to commit the saved file 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) -- cgit v0.9.2-21-gd62e