fixed bug in vertex duplication breaking meshes
This commit is contained in:
parent
85f92a2463
commit
53aee600d3
1 changed files with 0 additions and 2 deletions
|
@ -676,8 +676,6 @@ void FBXMeshData::reorganize_vertices(
|
|||
}
|
||||
}
|
||||
|
||||
need_duplication = false;
|
||||
|
||||
if (need_duplication) {
|
||||
const Vertex old_index = index;
|
||||
const Vertex new_index = r_vertices.size();
|
||||
|
|
Loading…
Reference in a new issue