From 783aef369bf179cb5b61a28fbd71f42570c0f41c Mon Sep 17 00:00:00 2001 From: cignoni Date: Wed, 4 Apr 2012 09:53:54 +0000 Subject: [PATCH] added hn initialization in the trimesh constructor --- vcg/complex/complex.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/vcg/complex/complex.h b/vcg/complex/complex.h index ab93fa28..b5af867d 100644 --- a/vcg/complex/complex.h +++ b/vcg/complex/complex.h @@ -365,8 +365,9 @@ void Clear() // textures.clear(); // normalmaps.clear(); vn = 0; - en = 0; + en = 0; fn = 0; + hn = 0; imark = 0; attrn = 0; C()=Color4b::Gray;