*** empty log message ***

This commit is contained in:
David Rose 2001-04-07 00:07:59 +00:00
parent 66e460dbaf
commit 1f4555f624
1 changed files with 1 additions and 1 deletions

View File

@ -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";
}