Browse Source

*** empty log message ***

David Rose 25 years ago
parent
commit
1f4555f624
1 changed files with 1 additions and 1 deletions
  1. 1 1
      pandatool/src/eggprogs/eggTrans.cxx

+ 1 - 1
pandatool/src/eggprogs/eggTrans.cxx

@@ -70,7 +70,7 @@ run() {
 
   if (_triangulate_polygons) {
     nout << "Triangulating polygons.\n";
-    int num_produced = _data.triangulate_polygons();
+    int num_produced = _data.triangulate_polygons(true);
     nout << "  (" << num_produced << " triangles produced.)\n";
   }