Skip to content

Commit 6f717f4

Browse files
committed
fix compile error
1 parent 9c16110 commit 6f717f4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Assets/FbxExporters/Editor/UnitTests/ExporterTestBase.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -266,7 +266,7 @@ protected string ExportToFbx (GameObject hierarchy, bool animOnly = false, Edito
266266
var exportedFilePath = FbxExporters.Editor.ModelExporter.ExportObject (
267267
filename, hierarchy,
268268
animOnly? FbxExporters.Editor.ModelExporter.AnimationExportType.componentAnimation : FbxExporters.Editor.ModelExporter.AnimationExportType.all,
269-
lodExportType
269+
lodExportType: lodExportType
270270
);
271271
Assert.That (exportedFilePath, Is.EqualTo (filename));
272272
return filename;

0 commit comments

Comments
 (0)