You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-11 13:10:58 +00:00
fixed bug in vertex duplication breaking meshes
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user