Skip to content

Commit 4a9c644

Browse files
committed
fix curly brace
1 parent 945d5c6 commit 4a9c644

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Assets/FbxExporters/Editor/ExportModelEditorWindow.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -534,7 +534,7 @@ protected override bool Export(){
534534
if (string.IsNullOrEmpty (m_exportFileName)) {
535535
Debug.LogError ("FbxExporter: Please specify an fbx filename");
536536
return false;
537-
537+
}
538538
var folderPath = ExportSettings.GetFbxAbsoluteSavePath ();
539539
var filePath = System.IO.Path.Combine (folderPath, m_exportFileName + ".fbx");
540540

0 commit comments

Comments
 (0)