Skip to content

Commit 8132b8b

Browse files
committed
add missing return statement
1 parent 0a2f922 commit 8132b8b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Assets/FbxExporters/Editor/FbxExporter.cs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1677,6 +1677,8 @@ bool ExportMesh (GameObject gameObject, FbxNode fbxNode)
16771677
return result;
16781678
}
16791679
}
1680+
1681+
return false;
16801682
}
16811683

16821684
/// <summary>

0 commit comments

Comments
 (0)