Browse Source

Update Assimp.cpp

Kim Kulling 3 years ago
parent
commit
b00923ebcd
1 changed files with 2 additions and 3 deletions
  1. 2 3
      code/Common/Assimp.cpp

+ 2 - 3
code/Common/Assimp.cpp

@@ -5,8 +5,6 @@ Open Asset Import Library (assimp)
 
 
 Copyright (c) 2006-2022, assimp team
 Copyright (c) 2006-2022, assimp team
 
 
-
-
 All rights reserved.
 All rights reserved.
 
 
 Redistribution and use of this software in source and binary forms,
 Redistribution and use of this software in source and binary forms,
@@ -1283,5 +1281,6 @@ ASSIMP_API void aiQuaternionInterpolate(
 #endif
 #endif
 
 
 #if ASSIMP_NEEDS_STB_IMAGE
 #if ASSIMP_NEEDS_STB_IMAGE
-#include "Common/StbCommon.h"
+#   define STB_IMAGE_IMPLEMENTATION
+#   include "Common/StbCommon.h"
 #endif
 #endif