summaryrefslogtreecommitdiff
path: root/render.cc
diff options
context:
space:
mode:
authorclifford <clifford@b57f626f-c46c-0410-a088-ec61d464b74c>2009-12-07 11:56:17 (GMT)
committerclifford <clifford@b57f626f-c46c-0410-a088-ec61d464b74c>2009-12-07 11:56:17 (GMT)
commit98c85f772af7aa7aab983014e311f7b8955b5191 (patch)
tree1399202e11e7f31c61cda5a1dd5cbb18bda8bcfd /render.cc
parent34e6f8285a612cd1266415bde046cd3ae07321a7 (diff)
Clifford Wolf:
Fixed wording of "isn't a single polyhedron or otherwise invalid" (in fact the error in triggered when the object isn't a valid 2-manifold) git-svn-id: http://svn.clifford.at/openscad/trunk@144 b57f626f-c46c-0410-a088-ec61d464b74c
Diffstat (limited to 'render.cc')
-rw-r--r--render.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/render.cc b/render.cc
index 3bb07de..db891dd 100644
--- a/render.cc
+++ b/render.cc
@@ -152,7 +152,7 @@ CSGTerm *RenderNode::render_csg_term(double m[16], QVector<CSGTerm*> *highlights
}
if (!N.is_simple()) {
- PRINTF("WARNING: Result of render() isn't a single polyhedron or otherwise invalid! Modify your design..");
+ PRINTF("WARNING: Result of render() isn't valid 2-manifold! Modify your design..");
return NULL;
}
contact: Jan Huwald // Impressum