Skip to content

Commit 96db585

Browse files
committed
remove extra semi colon
1 parent 2ee950b commit 96db585

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Assets/FbxExporters/Editor/ConvertToModel.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@ public static GameObject Convert (
166166
// relative to the project, not relative to the assets folder.
167167
var unityMainAsset = AssetDatabase.LoadMainAssetAtPath (projectRelativePath) as GameObject;
168168
if (!unityMainAsset) {
169-
throw new System.Exception ("Failed to convert " + toConvert.name);;
169+
throw new System.Exception ("Failed to convert " + toConvert.name);
170170
}
171171

172172
// Copy the mesh/materials from the FBX

0 commit comments

Comments
 (0)