corrected a small error inserted by mistake in the last commit...

This commit is contained in:
Paolo Cignoni 2010-03-16 14:46:55 +00:00
parent 80f825a428
commit eca7114e6c
1 changed files with 1 additions and 1 deletions

View File

@ -562,7 +562,7 @@ namespace vcg
} }
break; break;
} }
case LeaveUnsorted: // nothing to do. case LeaveUnsorted: break; // nothing to do.
} }
if (k != i) if (k != i)
{ {