From 6d27dabf1944a632a4e7aa9dd428f5fc6c4eccd0 Mon Sep 17 00:00:00 2001 From: cignoni Date: Wed, 11 May 2011 06:18:01 +0000 Subject: [PATCH] Added Initialization of en to ZERO !!!! --- vcg/complex/complex.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vcg/complex/complex.h b/vcg/complex/complex.h index e6c2ed99..2e6396b1 100644 --- a/vcg/complex/complex.h +++ b/vcg/complex/complex.h @@ -323,7 +323,7 @@ public: /// Default constructor TriMesh() { - fn = vn = 0; + fn = en = vn = 0; imark = 0; attrn = 0; C()=Color4b::Gray;