Corrected bug in wrong counting the parsed tokens during the reading of color components

This commit is contained in:
Paolo Cignoni 2006-03-01 08:25:30 +00:00
parent 6faf120b1f
commit e20aab33b4
1 changed files with 4 additions and 1 deletions

View File

@ -24,6 +24,9 @@
History History
$Log: not supported by cvs2svn $ $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 Revision 1.15 2006/02/09 15:56:34 corsini
Update load mask Update load mask
@ -316,7 +319,7 @@ namespace vcg
} }
} }
} }
else // Skip color components // else // Skip color components
k += nb_color_components; k += nb_color_components;
} }