Skip to content

Commit 8005724

Browse files
committed
remove set
1 parent 9e81a60 commit 8005724

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Assets/FbxExporters/Editor/FbxExporter.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1566,7 +1566,7 @@ public void Dispose ()
15661566
{
15671567
}
15681568

1569-
public bool Verbose { private set {;} get { return Debug.unityLogger.logEnabled; } }
1569+
public bool Verbose { private get { return Debug.unityLogger.logEnabled; } }
15701570

15711571
/// <summary>
15721572
/// manage the selection of a filename

0 commit comments

Comments
 (0)