summaryrefslogtreecommitdiffstats
path: root/AssetLoader/src/GLTFLoader.cpp
diff options
context:
space:
mode:
authorEgor Yusov <egor.yusov@gmail.com>2019-09-18 03:04:39 +0000
committerEgor Yusov <egor.yusov@gmail.com>2019-09-18 03:04:39 +0000
commit2f416d13847293675eb69aece1caa86033b6c892 (patch)
treefeae7adec76b1dfd1b9733e6a8efd8bed5d9542e /AssetLoader/src/GLTFLoader.cpp
parentUpdated copyright notice (diff)
downloadDiligentTools-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.cpp2
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
{