diff options
author | Marius Kintel <marius@kintel.net> | 2011-12-07 04:21:11 (GMT) |
---|---|---|
committer | Marius Kintel <marius@kintel.net> | 2011-12-07 04:21:11 (GMT) |
commit | 679b8d05c8e25ce95e655b2c0f0e2793e408c368 (patch) | |
tree | 9132297412ee30f86923f3efedad58e986619562 /openscad.pro | |
parent | 9d296acf67a24f5f6120ab8b0dc628f097a5920e (diff) |
bugfix: 2D hull() now works with for loops. Thanks to nophead to reasserting this bug.
Diffstat (limited to 'openscad.pro')
-rw-r--r-- | openscad.pro | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/openscad.pro b/openscad.pro index 4a1c0f3..e88a94b 100644 --- a/openscad.pro +++ b/openscad.pro @@ -274,7 +274,6 @@ SOURCES += src/cgalutils.cc \ src/CGALRenderer.cc \ src/CGAL_Nef_polyhedron.cc \ src/CGAL_Nef_polyhedron_DxfData.cc \ - src/cgaladv_convexhull2.cc \ src/cgaladv_minkowski2.cc } |