This commit is contained in:
David Rose 2004-11-29 21:11:55 +00:00
parent 4cedfb9366
commit 363d47f644

View File

@ -134,8 +134,8 @@ is_planar() const {
// Nope, too far away--the polygon is nonplanar. // Nope, too far away--the polygon is nonplanar.
return false; return false;
} }
++vi;
} }
++vi;
} }
// All vertices are close enough to pass. // All vertices are close enough to pass.