Skip to content

Commit 8fe132e

Browse files
author
AJubrey
committed
[ADDED] clarification to a comment
1 parent 9c6b63b commit 8fe132e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Assets/FbxExporters/Editor/UnitTests/FbxExportSettingsTest.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -197,7 +197,7 @@ public void TestFindPreferredProgram()
197197
ExportSettings.instance.SetDCCOptionNames(testList);
198198

199199
int preferred = ExportSettings.instance.GetPreferredDCCApp();
200-
//While Maya 2017 and 3ds Max 2017 are tied for most recent, Maya 2017 should win because we prefer Maya.
200+
//While Maya 2017 and 3ds Max 2017 are tied for most recent, Maya 2017 (index 8) should win because we prefer Maya.
201201
Assert.AreEqual(preferred, 8);
202202

203203
ExportSettings.instance.ClearDCCOptionNames();

0 commit comments

Comments
 (0)