diff options
author | Marius Kintel <marius@kintel.net> | 2010-09-06 20:51:47 (GMT) |
---|---|---|
committer | Marius Kintel <marius@kintel.net> | 2010-10-31 00:42:39 (GMT) |
commit | c902b803e9961ef6add55a44a182c31c36675c69 (patch) | |
tree | 459a0fb12dd024a91eeb8eec68a5ecc0c7621c8e /src/export.cc | |
parent | 728f4ac7901c8cfe1724b90effc96bd15ffb3fd0 (diff) |
bugfix: copy&paste error
Diffstat (limited to 'src/export.cc')
-rw-r--r-- | src/export.cc | 2 |
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"; |