Skip to content

Commit f105149

Browse files
author
AJubrey
committed
[REMOVED] redundant code
1 parent 8ce6540 commit f105149

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

Assets/FbxExporters/Editor/FbxExportSettings.cs

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -102,13 +102,6 @@ public override void OnInspectorGUI() {
102102
{
103103
string initialPath = ExportSettings.GetIntegrationSavePath();
104104

105-
// if the directory doesn't exist, set it to the default save path
106-
// so we don't open somewhere unexpected
107-
if (!System.IO.Directory.Exists(initialPath))
108-
{
109-
initialPath = ExportSettings.GetIntegrationSavePath();
110-
}
111-
112105
string fullPath = EditorUtility.OpenFolderPanel(
113106
"Select Integrations Path", initialPath, null
114107
);

0 commit comments

Comments
 (0)