summaryrefslogtreecommitdiff
path: root/src/dxflinextrude.cc
diff options
context:
space:
mode:
authorkintel <kintel@b57f626f-c46c-0410-a088-ec61d464b74c>2010-02-28 03:21:53 (GMT)
committerkintel <kintel@b57f626f-c46c-0410-a088-ec61d464b74c>2010-02-28 03:21:53 (GMT)
commitb12deeff5be0ce76af25d557480f29b0ed849dd6 (patch)
treecc9bba289387091bdbcefd664466bcc4ec521c0b /src/dxflinextrude.cc
parent955de4aa1b2100b8f9d0c9bd407d1cd127ed2212 (diff)
dump() bugfix: and were mixed up in the output
git-svn-id: http://svn.clifford.at/openscad/trunk@458 b57f626f-c46c-0410-a088-ec61d464b74c
Diffstat (limited to 'src/dxflinextrude.cc')
-rw-r--r--src/dxflinextrude.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dxflinextrude.cc b/src/dxflinextrude.cc
index 06874ce..83c3d9c 100644
--- a/src/dxflinextrude.cc
+++ b/src/dxflinextrude.cc
@@ -334,7 +334,7 @@ QString DxfLinearExtrudeNode::dump(QString indent) const
text += t2;
}
QString t3;
- t3.sprintf(", $fn = %g, $fa = %g, $fs = %g) {\n", fn, fs, fa);
+ t3.sprintf(", $fn = %g, $fa = %g, $fs = %g) {\n", fn, fa, fs);
text += t3;
foreach (AbstractNode *v, children)
text += v->dump(indent + QString("\t"));
contact: Jan Huwald // Impressum