From c3aeb1143498aca4b7ada855baea549cd0a8770b Mon Sep 17 00:00:00 2001 From: Tats Date: Fri, 25 Nov 2016 17:23:59 -0500 Subject: [PATCH] Cosmetic change. --- Polygon.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Polygon.cpp b/Polygon.cpp index 0c12d55..b7c693f 100644 --- a/Polygon.cpp +++ b/Polygon.cpp @@ -32,7 +32,7 @@ void Polygon::setVertex(int i, const QPointF& v) void Polygon::_constrainVertex(const QPolygonF& polygon, int i, QPointF& v) { - // Weird, but nothing to do. + // Nothing to do (eg. triangles). if (polygon.size() <= 3) return;