Skip to content

Commit b753183

Browse files
committed
verbose off
1 parent e20d866 commit b753183

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
@@ -2255,7 +2255,7 @@ public void Dispose ()
22552255
{
22562256
}
22572257

2258-
public bool Verbose { private set {;} get { return true; } }
2258+
public bool Verbose { private set {;} get { return false; } }
22592259

22602260
/// <summary>
22612261
/// manage the selection of a filename

0 commit comments

Comments
 (0)