More demonstration of my inability to commit the saved file
This commit is contained in:
parent
993fca3d02
commit
2243c86ef9
@ -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)
|
||||
|
Reference in New Issue
Block a user