diff options
author | Marius Kintel <marius@kintel.net> | 2013-08-15 03:01:43 (GMT) |
---|---|---|
committer | Marius Kintel <marius@kintel.net> | 2013-08-15 03:01:43 (GMT) |
commit | ea606f69fcf5e0c75b2b484f49d6f3fe1c69ff78 (patch) | |
tree | 99724a00db25f825d68752230f2b89751ca6d42f /src/cgaladv.cc | |
parent | 70247b75457afed5a1ca3c0caf1168dff22b690e (diff) | |
parent | af7e8320e2d0fda0e2b8505f50080ff3d33e7531 (diff) |
Merge branch 'master' of github.com:openscad/openscad
Diffstat (limited to 'src/cgaladv.cc')
-rw-r--r-- | src/cgaladv.cc | 2 |
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(); } } |