summaryrefslogtreecommitdiff
path: root/src/export.cc
diff options
context:
space:
mode:
authorMarius Kintel <marius@kintel.net>2010-09-06 20:51:47 (GMT)
committerMarius Kintel <marius@kintel.net>2010-10-31 00:42:39 (GMT)
commitc902b803e9961ef6add55a44a182c31c36675c69 (patch)
tree459a0fb12dd024a91eeb8eec68a5ecc0c7621c8e /src/export.cc
parent728f4ac7901c8cfe1724b90effc96bd15ffb3fd0 (diff)
bugfix: copy&paste error
Diffstat (limited to 'src/export.cc')
-rw-r--r--src/export.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/export.cc b/src/export.cc
index 6b5d4a2..71ebe8f 100644
--- a/src/export.cc
+++ b/src/export.cc
@@ -126,7 +126,7 @@ void export_stl(CGAL_Nef_polyhedron *root_N, QTextStream &output, QProgressDialo
<< ny / nlength << " "
<< nz / nlength << "\n";
output << " outer loop\n";
- output << " vertex " << vs2 << "\n";
+ output << " vertex " << vs1 << "\n";
output << " vertex " << vs2 << "\n";
output << " vertex " << vs3 << "\n";
output << " endloop\n";
contact: Jan Huwald // Impressum