Преглед на файлове

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

[fbx; high priority] fixed bug in vertex duplication breaking meshes
Gordon MacPherson преди 4 години
родител
ревизия
f175b70890
променени са 1 файла, в които са добавени 0 реда и са изтрити 2 реда
  1. 0 2
      modules/fbx/data/fbx_mesh_data.cpp

+ 0 - 2
modules/fbx/data/fbx_mesh_data.cpp

@@ -676,8 +676,6 @@ void FBXMeshData::reorganize_vertices(
 			}
 			}
 		}
 		}
 
 
-		need_duplication = false;
-
 		if (need_duplication) {
 		if (need_duplication) {
 			const Vertex old_index = index;
 			const Vertex old_index = index;
 			const Vertex new_index = r_vertices.size();
 			const Vertex new_index = r_vertices.size();