switched from linux-dir-api to c++17 dir-api

This commit is contained in:
k-a-z-u
2018-03-27 12:39:48 +02:00
parent f3b6155157
commit 705763f03c
2 changed files with 18 additions and 10 deletions

View File

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