From 098b9d61b8bb5b727db64270226479f4069bf30f Mon Sep 17 00:00:00 2001 From: kintel Date: Thu, 14 Jan 2010 11:05:47 +0000 Subject: [PATCH] comment git-svn-id: http://svn.clifford.at/openscad/trunk@292 b57f626f-c46c-0410-a088-ec61d464b74c --- mainwin.cc | 1 + 1 file changed, 1 insertion(+) diff --git a/mainwin.cc b/mainwin.cc index be40a7df..62f42b51 100644 --- a/mainwin.cc +++ b/mainwin.cc @@ -1340,6 +1340,7 @@ static void renderGLviaCGAL(void *vp) glLineWidth(2); glColor3d(0.0, 0.0, 0.0); + // Extract the boundary, including inner boundaries of the polygons for (fci_t fit = E.faces_begin(), fend = E.faces_end(); fit != fend; ++fit) { bool fset = false;