Skip to content

Commit 6c59e2f

Browse files
Update ExportResoniteToJson.cs
1 parent 946501e commit 6c59e2f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

ExportResoniteToJson/ExportResoniteToJson.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,6 @@ public override void OnEngineInit()
8989
modelFormats.Add("LZ4BSON");
9090
}
9191

92-
9392
if ( (Config.GetValue(EXPORT_JSON)) || (Config.GetValue(EXPORT_BSON)) || (Config.GetValue(EXPORT_7ZBSON)) || !(Config.GetValue(EXPORT_LZ4BSON)) )
9493
{
9594
formatsField.SetValue(null, modelFormats.ToArray());

0 commit comments

Comments
 (0)