From 159fadebbf191729b291d8b06ff17dfe38bbcb69 Mon Sep 17 00:00:00 2001 From: Kim Kulling Date: Fri, 12 Nov 2021 17:53:46 +0100 Subject: [PATCH] Update M3DExporter.cpp --- code/AssetLib/M3D/M3DExporter.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/code/AssetLib/M3D/M3DExporter.cpp b/code/AssetLib/M3D/M3DExporter.cpp index fdcf9c321..22cfd5906 100644 --- a/code/AssetLib/M3D/M3DExporter.cpp +++ b/code/AssetLib/M3D/M3DExporter.cpp @@ -47,7 +47,7 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. #define M3D_EXPORTER #ifndef ASSIMP_BUILD_NO_M3D_IMPORTER #define M3D_NODUP -#endif + // Header files, standard library. #include // shared_ptr @@ -437,6 +437,6 @@ void M3DExporter::NodeWalk(const M3DWrapper &m3d, const aiNode *pNode, aiMatrix4 } } } // namespace Assimp - +#endif #endif // ASSIMP_BUILD_NO_M3D_EXPORTER #endif // ASSIMP_BUILD_NO_EXPORT