From a47d21bee87f9ebc395391a7e4a41d30fdb4ed2a Mon Sep 17 00:00:00 2001 From: Gianpaolo Palma gianpaolopalma Date: Thu, 14 Feb 2013 14:13:48 +0000 Subject: [PATCH] Bug fixed in the initialization of the boolean variable AdditionalInfoX3D::meshColor --- src/meshlabplugins/io_x3d/import_x3d.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/meshlabplugins/io_x3d/import_x3d.h b/src/meshlabplugins/io_x3d/import_x3d.h index b151da706..11d3de244 100644 --- a/src/meshlabplugins/io_x3d/import_x3d.h +++ b/src/meshlabplugins/io_x3d/import_x3d.h @@ -1949,6 +1949,7 @@ namespace io { vcg::Color4b colorB; colorB.Import(color); info->color = colorB; + info->meshColor = true; } else info->meshColor = false;