summaryrefslogtreecommitdiff
path: root/csgterm.cc
diff options
context:
space:
mode:
authorclifford <clifford@b57f626f-c46c-0410-a088-ec61d464b74c>2010-01-07 14:59:10 (GMT)
committerclifford <clifford@b57f626f-c46c-0410-a088-ec61d464b74c>2010-01-07 14:59:10 (GMT)
commitdaddf419b00f086ab64834269c7a7d3ab7412aca (patch)
treeb89aad61635f66a127e1b19fd8a832b4eab301b4 /csgterm.cc
parenta74cb7f221237658fe069f80e410f7ea1c034b14 (diff)
Clifford Wolf:
Added color() statement git-svn-id: http://svn.clifford.at/openscad/trunk@227 b57f626f-c46c-0410-a088-ec61d464b74c
Diffstat (limited to 'csgterm.cc')
-rw-r--r--csgterm.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/csgterm.cc b/csgterm.cc
index d542ea4..ebad060 100644
--- a/csgterm.cc
+++ b/csgterm.cc
@@ -22,14 +22,14 @@
#include "openscad.h"
-CSGTerm::CSGTerm(PolySet *polyset, double m[16], QString label)
+CSGTerm::CSGTerm(PolySet *polyset, double m[20], QString label)
{
this->type = TYPE_PRIMITIVE;
this->polyset = polyset;
this->label = label;
this->left = NULL;
this->right = NULL;
- for (int i = 0; i < 16; i++)
+ for (int i = 0; i < 20; i++)
this->m[i] = m[i];
refcounter = 1;
}
contact: Jan Huwald // Impressum