From e5cd85ac0c578555f243feb46289c0f952e5d3c3 Mon Sep 17 00:00:00 2001 From: Kim Kulling Date: Tue, 31 May 2022 19:16:46 +0200 Subject: [PATCH] Update M3DWrapper.h --- code/AssetLib/M3D/M3DWrapper.h | 5 ----- 1 file changed, 5 deletions(-) diff --git a/code/AssetLib/M3D/M3DWrapper.h b/code/AssetLib/M3D/M3DWrapper.h index 00303153a..c75ff1027 100644 --- a/code/AssetLib/M3D/M3DWrapper.h +++ b/code/AssetLib/M3D/M3DWrapper.h @@ -57,12 +57,7 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. // Assimp specific M3D configuration. Comment out these defines to remove functionality //#define ASSIMP_USE_M3D_READFILECB -// Share stb_image's PNG loader with other importers/exporters instead of bringing our own copy. -#define STBI_ONLY_PNG - -#if ASSIMP_NEEDS_STB_IMAGE #include "Common/StbCommon.h" -#endif #include "m3d.h"