David Rose 21 vuotta sitten
vanhempi
sitoutus
363d47f644
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. 1 1
      panda/src/egg/eggPolygon.cxx

+ 1 - 1
panda/src/egg/eggPolygon.cxx

@@ -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.