diff --git a/modules/fbx/data/fbx_mesh_data.cpp b/modules/fbx/data/fbx_mesh_data.cpp index 4c1aff230c5..1b62f7e3e3b 100644 --- a/modules/fbx/data/fbx_mesh_data.cpp +++ b/modules/fbx/data/fbx_mesh_data.cpp @@ -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();