From e341eadfd95673413eaa7e17773cfcd35fcc2a0a Mon Sep 17 00:00:00 2001 From: Kim Kulling Date: Thu, 16 Apr 2020 10:23:50 +0200 Subject: [PATCH] Fix typo --- code/Common/Exporter.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/Common/Exporter.cpp b/code/Common/Exporter.cpp index 403ba4ebb..af9ebd331 100644 --- a/code/Common/Exporter.cpp +++ b/code/Common/Exporter.cpp @@ -95,7 +95,7 @@ void ExportSceneStep(const char*,IOSystem*, const aiScene*, const ExportProperti void ExportSceneObj(const char*,IOSystem*, const aiScene*, const ExportProperties*); void ExportSceneObjNoMtl(const char*,IOSystem*, const aiScene*, const ExportProperties*); #endif -#ifdef ASSIMP_BUILD_NO_STL_EXPORTER +#ifndef ASSIMP_BUILD_NO_STL_EXPORTER void ExportSceneSTL(const char*,IOSystem*, const aiScene*, const ExportProperties*); void ExportSceneSTLBinary(const char*,IOSystem*, const aiScene*, const ExportProperties*); #endif