From e20aab33b4658b945452f8eb848b37411be857b5 Mon Sep 17 00:00:00 2001 From: cignoni Date: Wed, 1 Mar 2006 08:25:30 +0000 Subject: [PATCH] Corrected bug in wrong counting the parsed tokens during the reading of color components --- wrap/io_trimesh/import_off.h | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/wrap/io_trimesh/import_off.h b/wrap/io_trimesh/import_off.h index 32e2671a..d1fe19f9 100644 --- a/wrap/io_trimesh/import_off.h +++ b/wrap/io_trimesh/import_off.h @@ -24,6 +24,9 @@ History $Log: not supported by cvs2svn $ +Revision 1.16 2006/02/28 15:18:10 corsini +Fix loading mask update + Revision 1.15 2006/02/09 15:56:34 corsini Update load mask @@ -316,7 +319,7 @@ namespace vcg } } } - else // Skip color components + // else // Skip color components k += nb_color_components; }