Skip to content

Commit 30f3db3

Browse files
committed
rename label so it's completely visible
1 parent ea7d475 commit 30f3db3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Assets/FbxExporters/Editor/FbxExportSettings.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ public override void OnInspectorGUI() {
5757
);
5858

5959
exportSettings.exportMeshNoRenderer = EditorGUILayout.Toggle(
60-
new GUIContent("Export Meshes with no Renderers:",
60+
new GUIContent("Export Unrendered:",
6161
"If unchecked, meshes that don't have renderers won't be exported."),
6262
exportSettings.exportMeshNoRenderer
6363
);

0 commit comments

Comments
 (0)