corrected 1 bug in ExporterOFF

This commit is contained in:
Nico Pietroni 2009-09-27 15:49:35 +00:00
parent 5acb759d8e
commit be706b8d6e
1 changed files with 1 additions and 0 deletions

View File

@ -132,6 +132,7 @@ namespace vcg {
fclose(fpout);
// Recupera i flag originali
j=0;
for(vi=m.vert.begin();vi!=m.vert.end();++vi)
(*vi).UberFlags()=FlagV[j++];