Skip to content

Commit 440f0ca

Browse files
authored
Remove useless modifications
1 parent 1a072a9 commit 440f0ca

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Assets/FbxExporters/Editor/ExportModelSettings.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ public class ExportModelSettingsEditor : UnityEditor.Editor
1010
private const float FieldOffset = 18;
1111

1212
private string[] exportFormatOptions = new string[]{ "ASCII", "Binary" };
13-
private string[] includeOptions = new string[]{"FBX(s) Only", "Animation Only", "FBX(s) + Animation"};
13+
private string[] includeOptions = new string[]{"Model(s) Only", "Animation Only", "Model(s) + Animation"};
1414
private string[] lodOptions = new string[]{"All Levels", "Highest", "Lowest"};
1515

1616
public const string singleHierarchyOption = "Local Pivot";
@@ -154,4 +154,4 @@ public class ExportModelSettingsSerialize : ExportOptionsSettingsSerializeBase
154154
public override bool ExportUnrendered { get { return exportUnrendered; } }
155155
public void SetExportUnredererd(bool exportUnrendered){ this.exportUnrendered = exportUnrendered; }
156156
}
157-
}
157+
}

0 commit comments

Comments
 (0)