From 2f416d13847293675eb69aece1caa86033b6c892 Mon Sep 17 00:00:00 2001 From: Egor Yusov Date: Tue, 17 Sep 2019 20:04:39 -0700 Subject: Moved third party components from External to ThirdParty folder --- AssetLoader/src/GLTFLoader.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'AssetLoader/src/GLTFLoader.cpp') 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 { -- cgit v1.2.3