bugfix: copy&paste error

stl_dim
Marius Kintel 2010-09-06 22:51:47 +02:00
parent 728f4ac790
commit c902b803e9
1 changed files with 1 additions and 1 deletions

View File

@ -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";