Skip to content

Commit eeaa408

Browse files
committed
fix merging error
1 parent b2169c2 commit eeaa408

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Assets/FbxExporters/Editor/FbxExporter.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,6 @@ public void ExportComponentAttributes (MeshInfo mesh, FbxMesh fbxMesh, int[] unm
8181
fbxLayer.SetNormals (fbxLayerElement);
8282
}
8383

84-
mesh.UV [n] [1]));
8584
/// Set the binormals on Layer 0.
8685
using (var fbxLayerElement = FbxLayerElementBinormal.Create (fbxMesh, "Binormals"))
8786
{

0 commit comments

Comments
 (0)