Added Initialization of en to ZERO !!!!
This commit is contained in:
parent
577416408f
commit
6d27dabf19
|
@ -323,7 +323,7 @@ public:
|
||||||
/// Default constructor
|
/// Default constructor
|
||||||
TriMesh()
|
TriMesh()
|
||||||
{
|
{
|
||||||
fn = vn = 0;
|
fn = en = vn = 0;
|
||||||
imark = 0;
|
imark = 0;
|
||||||
attrn = 0;
|
attrn = 0;
|
||||||
C()=Color4b::Gray;
|
C()=Color4b::Gray;
|
||||||
|
|
Loading…
Reference in New Issue