Commit 1a5d98e7 by Philipp Adolf

Fix bug in precomputeTables

parent a487d284
......@@ -158,7 +158,7 @@ Subdivision::Tables Subdivision::precomputeTables(Input input) {
ibToTriangles(&vb, ib, triangles);
QVector<Triangle> triangles_regular;
ibToTriangles(&vb, ib_regular, triangles);
ibToTriangles(&vb, ib_regular, triangles_regular);
qCDebug(log_timing) << "building Triangles:" << formatTimeMeasurement(subTimer.elapsed());
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment