From 50939143f5c0ebbe327611c3a2bd48af79225efb Mon Sep 17 00:00:00 2001 From: Luigi Malomo Date: Wed, 15 May 2019 18:32:44 +0200 Subject: [PATCH] temporarily reverted ClearAttributes in mesh destructor --- vcg/complex/base.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vcg/complex/base.h b/vcg/complex/base.h index 52858383..b58baa5c 100644 --- a/vcg/complex/base.h +++ b/vcg/complex/base.h @@ -382,7 +382,7 @@ public: /// destructor ~TriMesh() { - ClearAttributes(); +// ClearAttributes(); Clear(); }