diff options
author | kintel <kintel@b57f626f-c46c-0410-a088-ec61d464b74c> | 2010-02-10 00:07:20 (GMT) |
---|---|---|
committer | kintel <kintel@b57f626f-c46c-0410-a088-ec61d464b74c> | 2010-02-10 00:07:20 (GMT) |
commit | ae2b20868e51c82ee5018d50506b9e2909e24638 (patch) | |
tree | 003099cdca0937d1358f22be8316de3362386936 | |
parent | 4d7535eb9b58943fc83b5e6e5609ab1e578d1cbc (diff) |
silence warning when drawing a default cylinder
git-svn-id: http://svn.clifford.at/openscad/trunk@425 b57f626f-c46c-0410-a088-ec61d464b74c
-rw-r--r-- | doc/TODO.txt | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/doc/TODO.txt b/doc/TODO.txt index 50b10dc..0bbd24b 100644 --- a/doc/TODO.txt +++ b/doc/TODO.txt @@ -4,7 +4,6 @@ BUGS o Some invalid DXF data gets pass the import checks and breaks the tessing code o Tesselation via GLU sometimes produces strange results o Non-manifold objects make CGAL crash (e.g. two cubes which touch at one edge) -o cylinder(); -> WARNING: Ignoring unkown variable 'r'. CRASH BUGS ---------- |