Merge branch 'master' into collada_zae

pull/2545/head
RichardTea 2019-07-25 12:42:08 +01:00
commit e993cdc309
1 changed files with 1 additions and 1 deletions

View File

@ -183,7 +183,7 @@ Exporter::ExportFormatEntry gExporters[] =
Exporter::ExportFormatEntry( "3mf", "The 3MF-File-Format", "3mf", &ExportScene3MF, 0 ),
#endif
#ifndef ASSIMP_BUILD_NO_ASSJSON_EXPORTER
#ifndef ASSIMP_BUILD_NO_Assjson_EXPORTER
Exporter::ExportFormatEntry("json", "Plain JSON representation of the Assimp scene data structure", "json", &ExportAssimp2Json, 0)
#endif
};