Browse Source

Merge pull request #986 from Deni90/master

Use Assimp namespace to fix build for big-endian architectures
Alexander Gessler 9 năm trước cách đây
mục cha
commit
9afb760e06
1 tập tin đã thay đổi với 2 bổ sung0 xóa
  1. 2 0
      code/glTFAsset.inl

+ 2 - 0
code/glTFAsset.inl

@@ -40,6 +40,8 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
 
 #include "StringUtils.h"
 
+using namespace Assimp;
+
 namespace glTF {
 
 namespace {