Skip to content

Commit

Permalink
code review fix
Browse files Browse the repository at this point in the history
  • Loading branch information
vkovec committed Mar 5, 2018
1 parent b325982 commit b401677
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Assets/FbxExporters/Editor/FbxExportSettings.cs
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ public override void OnInspectorGUI() {

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

Expand Down

0 comments on commit b401677

Please sign in to comment.