diff options
author | clifford <clifford@b57f626f-c46c-0410-a088-ec61d464b74c> | 2009-12-07 11:56:17 (GMT) |
---|---|---|
committer | clifford <clifford@b57f626f-c46c-0410-a088-ec61d464b74c> | 2009-12-07 11:56:17 (GMT) |
commit | 98c85f772af7aa7aab983014e311f7b8955b5191 (patch) | |
tree | 1399202e11e7f31c61cda5a1dd5cbb18bda8bcfd /render.cc | |
parent | 34e6f8285a612cd1266415bde046cd3ae07321a7 (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.cc | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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; } |