removed useless var
This commit is contained in:
parent
f2400770c1
commit
e076810394
|
@ -633,7 +633,6 @@ class Quadric
|
|||
if (cb && ((i%1024)==00)) {
|
||||
(*cb)(int(100.0f * (float)i / (float)mesh.vn),"Vertices Analysis");
|
||||
}
|
||||
int count;
|
||||
expandSphereLocal (mesh, &*vi, radiusSphere, 5, &vv);
|
||||
|
||||
assert (vv.size() >= 5);
|
||||
|
|
Loading…
Reference in New Issue