a var was declared twice in the same function, just removing the

second declaration.

Kent
This commit is contained in:
Kent Mein 2007-06-26 18:15:45 +00:00
parent a7a5e5c6cb
commit 7e85f4df5c

@ -98,7 +98,7 @@ unsigned int BOP_BSPNode::addFace(BOP_BSPPoints pts,
// classify each line segment, looking for endpoints which lie on different
// sides of the hyperplane.
BOP_IT_BSPPoints ptsEnd = pts.end();
ptsEnd = pts.end();
for(BOP_IT_BSPPoints itp=pts.begin();itp!=ptsEnd;itp++){
MT_Point3 npoint= *itp;
BOP_TAG ntag = testPoint(npoint);