Merge pull request #45851 from RevoluPowered/fix-broken-fbx-vertex-duplication

[fbx; high priority] fixed bug in vertex duplication breaking meshes
This commit is contained in:
Gordon MacPherson
2021-02-09 17:48:37 +00:00
committed by GitHub

View File

@@ -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();