diff options
| author | Egor Yusov <egor.yusov@gmail.com> | 2019-09-18 03:04:39 +0000 |
|---|---|---|
| committer | Egor Yusov <egor.yusov@gmail.com> | 2019-09-18 03:04:39 +0000 |
| commit | 2f416d13847293675eb69aece1caa86033b6c892 (patch) | |
| tree | feae7adec76b1dfd1b9733e6a8efd8bed5d9542e /AssetLoader/src/GLTFLoader.cpp | |
| parent | Updated copyright notice (diff) | |
| download | DiligentTools-2f416d13847293675eb69aece1caa86033b6c892.tar.gz DiligentTools-2f416d13847293675eb69aece1caa86033b6c892.zip | |
Moved third party components from External to ThirdParty folder
Diffstat (limited to 'AssetLoader/src/GLTFLoader.cpp')
| -rw-r--r-- | AssetLoader/src/GLTFLoader.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/AssetLoader/src/GLTFLoader.cpp b/AssetLoader/src/GLTFLoader.cpp index 70d0348..a008965 100644 --- a/AssetLoader/src/GLTFLoader.cpp +++ b/AssetLoader/src/GLTFLoader.cpp @@ -38,7 +38,7 @@ #define TINYGLTF_NO_STB_IMAGE #define TINYGLTF_NO_STB_IMAGE_WRITE -#include "../../External/tinygltf/tiny_gltf.h" +#include "../../ThirdParty/tinygltf/tiny_gltf.h" namespace Diligent { |
