More demonstration of my inability to commit the saved file

This commit is contained in:
Simon Robertshaw 2012-09-06 01:30:11 +01:00
parent 993fca3d02
commit 2243c86ef9

View File

@ -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)