Skip to content

Commit 78749d0

Browse files
committed
fix merge issues
-extra curly bracket -still referencing unityoneclick
1 parent a67cb5f commit 78749d0

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

Assets/FbxExporters/Editor/FbxExportSettings.cs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -134,8 +134,6 @@ public override void OnInspectorGUI() {
134134
} else {
135135
foundDCCPath = TryFindDCC (dccPath, ext, ExportSettings.DCCType.Max);
136136
foundDCC = ExportSettings.DCCType.Max;
137-
}
138-
139137
}
140138
}
141139
if (foundDCCPath == null) {

Assets/FbxExporters/Editor/InstallIntegration.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ class MayaIntegration : DCCIntegration
7070
{
7171
public override string DccDisplayName { get { return "Maya"; } }
7272

73-
private const string MODULE_FILENAME = "unityoneclick";
73+
private const string MODULE_FILENAME = "UnityFbxForMaya";
7474
private const string PACKAGE_NAME = "FbxExporters";
7575
private const string VERSION_FILENAME = "README.txt";
7676
private const string VERSION_FIELD = "VERSION";

0 commit comments

Comments
 (0)