Prevents engine crash when loading shapes using the KHR_draco_mesh_compression extension.

This commit is contained in:
OTHGMars 2019-05-21 01:06:01 -04:00
parent ae8c964b95
commit d0ca41e103
2 changed files with 15 additions and 1 deletions

View file

@ -1,4 +1,4 @@
/*
/*
Open Asset Import Library (assimp)
----------------------------------------------------------------------
@ -1047,6 +1047,9 @@ namespace glTF2
{
bool KHR_materials_pbrSpecularGlossiness;
bool KHR_materials_unlit;
//T3D_CHANGE_BEGIN
bool KHR_draco_mesh_compression;
//T3D_CHANGE_END
} extensionsUsed;