Skip to content

Commit 262eae4

Browse files
committed
Uni-26624-enforce-eula-fbxexporters
1 parent 24a714d commit 262eae4

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; }
1569+
public bool Verbose { private set ; get { return Debug.unityLogger.logEnabled; } }
15701570

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

0 commit comments

Comments
 (0)