summaryrefslogtreecommitdiff
path: root/src/game/GameView.cpp
diff options
context:
space:
mode:
authorSimon Robertshaw <simon@hardwired.org.uk>2012-09-06 00:30:11 (GMT)
committer Simon Robertshaw <simon@hardwired.org.uk>2012-09-06 00:30:11 (GMT)
commit2243c86ef9858b3ea2c0e3e64bf201ec93c9cff7 (patch)
tree687f3ef51f191fa8bd90919776c0f3897e71a2ae /src/game/GameView.cpp
parent993fca3d0238e780d1a0732ce6eb57d1acdf74ef (diff)
downloadpowder-2243c86ef9858b3ea2c0e3e64bf201ec93c9cff7.zip
powder-2243c86ef9858b3ea2c0e3e64bf201ec93c9cff7.tar.gz
More demonstration of my inability to commit the saved file
Diffstat (limited to 'src/game/GameView.cpp')
-rw-r--r--src/game/GameView.cpp2
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)