Skip to content

Commit

Permalink
ply vertex_index -> vertex_indices
Browse files Browse the repository at this point in the history
  • Loading branch information
ponchio committed Aug 7, 2023
1 parent c05f716 commit 0d9f474
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/nxsedit/extractor.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -636,7 +636,7 @@ void Extractor::saveUnifiedPly(QString filename) {
}
if(has_faces) {
stream << "element face " << n_faces << "\n"
<< "property list uchar int vertex_index\n";
<< "property list uchar int vertex_indices\n";
}
stream << "end_header\n"; //qtextstrem adds a \n when closed. stupid.
}
Expand Down

0 comments on commit 0d9f474

Please sign in to comment.