Looks like I'm colliding with work by syoyo. Only difference so far appears to be our macro name.

This commit is contained in:
Alex Wood 2019-01-24 15:45:16 -05:00
parent df39e04e7b
commit c8ba17fcab

View File

@ -1078,10 +1078,6 @@ class TinyGLTF {
#include "stb_image_write.h"
#endif
#ifdef TINYGLTF_USE_DRACO
#include "draco/compression/decode.h"
#endif // TINYGLTF_USE_DRACO
#ifdef __clang__
#pragma clang diagnostic pop
#endif