Skip to content

Commit

Permalink
minor: removed assert.
Browse files Browse the repository at this point in the history
  • Loading branch information
ponchio committed Oct 30, 2023
1 parent 6823aad commit ced2e3e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/nxsedit/extractor.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -465,7 +465,6 @@ void Extractor::savePly(QString filename) {
delete []buffer;
nexus->dropRam(n);
}
assert(verify_vertices == n_vertices);


//writing faces
Expand Down

0 comments on commit ced2e3e

Please sign in to comment.