[commit] r2494 - trunk/GME/Gme

GMESRC Repository Notifications gme-commit at list.isis.vanderbilt.edu
Tue Jun 10 14:13:26 CDT 2014


Author: ksmyth
Date: Tue Jun 10 14:13:26 2014
New Revision: 2494

Log:
Move diamond connection end closer to its FCO

Modified:
   trunk/GME/Gme/GraphicsUtil.cpp

Modified: trunk/GME/Gme/GraphicsUtil.cpp
==============================================================================
--- trunk/GME/Gme/GraphicsUtil.cpp	Mon Jun  9 14:21:34 2014	(r2493)
+++ trunk/GME/Gme/GraphicsUtil.cpp	Tue Jun 10 14:13:26 2014	(r2494)
@@ -152,10 +152,10 @@
 	rightHalfCoords.push_back(CPoint(-1, 0));
 	rightHalfCoords.push_back(CPoint(-10, 5));
 	std::vector<CPoint> diamondCoords;
-	diamondCoords.push_back(CPoint(-11, 0));
-	diamondCoords.push_back(CPoint(-6, -3));
-	diamondCoords.push_back(CPoint(-1, 0));
-	diamondCoords.push_back(CPoint(-6, 3));
+	diamondCoords.push_back(CPoint(-10, 0));
+	diamondCoords.push_back(CPoint(-5, -3));
+	diamondCoords.push_back(CPoint(-0, 0));
+	diamondCoords.push_back(CPoint(-5, 3));
 	std::vector<CPoint> apexCoords;
 	apexCoords.push_back(CPoint(-9, -5));
 	apexCoords.push_back(CPoint(-9, 5));


More information about the gme-commit mailing list