Skip to content

Commit a9b8feb

Browse files
committed
remove commented out param
1 parent c9fba8c commit a9b8feb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Assets/FbxExporters/Editor/FbxExporter.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3767,7 +3767,7 @@ public static string ExportObjects (string filePath, UnityEngine.Object[] object
37673767
return null;
37683768
}
37693769

3770-
public static string ExportObject (string filePath, UnityEngine.Object root, AnimationExportType exportType = AnimationExportType.all /*, bool animOnly = false*/)
3770+
public static string ExportObject (string filePath, UnityEngine.Object root, AnimationExportType exportType = AnimationExportType.all)
37713771
{
37723772
return ExportObjects(filePath, new Object[] { root }, exportType);
37733773
}

0 commit comments

Comments
 (0)