summaryrefslogtreecommitdiff
path: root/src/cgaladv.cc
diff options
context:
space:
mode:
authorMarius Kintel <marius@kintel.net>2013-08-15 03:01:43 (GMT)
committerMarius Kintel <marius@kintel.net>2013-08-15 03:01:43 (GMT)
commitea606f69fcf5e0c75b2b484f49d6f3fe1c69ff78 (patch)
tree99724a00db25f825d68752230f2b89751ca6d42f /src/cgaladv.cc
parent70247b75457afed5a1ca3c0caf1168dff22b690e (diff)
parentaf7e8320e2d0fda0e2b8505f50080ff3d33e7531 (diff)
Merge branch 'master' of github.com:openscad/openscad
Diffstat (limited to 'src/cgaladv.cc')
-rw-r--r--src/cgaladv.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cgaladv.cc b/src/cgaladv.cc
index ee3d657..8fd030a 100644
--- a/src/cgaladv.cc
+++ b/src/cgaladv.cc
@@ -98,7 +98,7 @@ AbstractNode *CgaladvModule::instantiate(const Context *ctx, const ModuleInstant
if ( va.size() >= 3 ) node->autosize[2] = va[2].toBool();
}
else if ( autosize.type() == Value::BOOL ) {
- node->autosize << true, true, true;
+ node->autosize << autosize.toBool(),autosize.toBool(),autosize.toBool();
}
}
contact: Jan Huwald // Impressum