This commit is contained in:
2018-04-03 14:56:38 +02:00
2 changed files with 18 additions and 10 deletions

View File

@@ -203,7 +203,7 @@ private:
}
// sanity check
if (numVertices != 3) {throw "this face is not a triangle!";}
// if (numVertices != 3) {throw "this face is not a triangle!";}
}