mirror of
https://github.com/mapmapteam/mapmap.git
synced 2026-06-16 12:33:19 +02:00
Cosmetic change.
This commit is contained in:
+1
-1
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user