Skip to content

Commit c35952a

Browse files
committed
remove duplicate definition of variable
1 parent 9eef3da commit c35952a

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
@@ -2753,7 +2753,6 @@ private static void OnExport ()
27532753
: System.IO.Path.GetDirectoryName (LastFilePath);
27542754

27552755
GameObject [] selectedGOs = Selection.GetFiltered<GameObject> (SelectionMode.TopLevel);
2756-
GameObject[] selectedGOs = Selection.GetFiltered<GameObject> (SelectionMode.TopLevel);
27572756
string filename = null;
27582757
if (selectedGOs.Length == 1) {
27592758
filename = ConvertToValidFilename (selectedGOs [0].name + ".fbx");

0 commit comments

Comments
 (0)