Skip to content

Commit 3a7b56d

Browse files
author
Benoit Hudson
committed
Fix a warning
1 parent 24baf06 commit 3a7b56d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Assets/FbxExporters/Editor/UnitTests/ConvertToModelTest.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,7 @@ public void BasicTest()
174174
Assert.That(cubePrefabInstance2.GetComponents<FbxPrefab>().Length, Is.EqualTo(1));
175175

176176
// Create another cube, make sure the export settings drive whether we keep the cube or not.
177-
var cubePrefabInstance3 = ConvertToModel.Convert(cube, directoryFullPath: path,
177+
ConvertToModel.Convert(cube, directoryFullPath: path,
178178
keepOriginal: ConvertToModel.KeepOriginal.Default);
179179
if (ConvertToModel.ExportSettings.keepOriginalAfterConvert) {
180180
Assert.IsTrue(cube);

0 commit comments

Comments
 (0)