corrected a small error inserted by mistake in the last commit...
This commit is contained in:
parent
80f825a428
commit
eca7114e6c
|
@ -562,7 +562,7 @@ namespace vcg
|
|||
}
|
||||
break;
|
||||
}
|
||||
case LeaveUnsorted: // nothing to do.
|
||||
case LeaveUnsorted: break; // nothing to do.
|
||||
}
|
||||
if (k != i)
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue