Skip to content

Commit c4340e7

Browse files
author
AJubrey
committed
[FIXED] commenting
1 parent 221a4dc commit c4340e7

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

Assets/FbxExporters/Editor/FbxExportSettings.cs

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -305,7 +305,9 @@ private static string GetMayaLocationFromEnvironmentVariable(string env)
305305
return result;
306306
}
307307

308-
// Returns a set of valid vendor folder paths with no trailing '/'
308+
/// <summary>
309+
/// Returns a set of valid vendor folder paths with no trailing '/'
310+
/// </summary>
309311
private static HashSet<string> GetCustomVendorLocations()
310312
{
311313
HashSet<string> result = new HashSet<string>();

0 commit comments

Comments
 (0)