Skip to content

Commit b401677

Browse files
committed
code review fix
1 parent b325982 commit b401677

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
@@ -58,7 +58,7 @@ public override void OnInspectorGUI() {
5858

5959
exportSettings.exportMeshNoRenderer = EditorGUILayout.Toggle(
6060
new GUIContent("Export Unrendered:",
61-
"If unchecked, meshes that don't have renderers won't be exported."),
61+
"If checked, meshes will be exported even if they don't have a Renderer component."),
6262
exportSettings.exportMeshNoRenderer
6363
);
6464

0 commit comments

Comments
 (0)