diff options
author | Aaron Franke <arnfranke@yahoo.com> | 2022-07-24 14:20:50 -0500 |
---|---|---|
committer | Aaron Franke <arnfranke@yahoo.com> | 2022-07-24 17:16:51 -0500 |
commit | 7b8f9a0e8e6adec71cde6e38977686c8c0c59575 (patch) | |
tree | 95a2d74b4ca733d0e5861be7f2c238d3d461e078 /modules/gltf/gltf_document.cpp | |
parent | a1f0ea5d19dfdd086eea2960e7f7b2f618fb5334 (diff) | |
download | redot-engine-7b8f9a0e8e6adec71cde6e38977686c8c0c59575.tar.gz |
GLTF: Organize structures into a subfolder
Diffstat (limited to 'modules/gltf/gltf_document.cpp')
-rw-r--r-- | modules/gltf/gltf_document.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/gltf/gltf_document.cpp b/modules/gltf/gltf_document.cpp index aa2ec4a399..afe6941c81 100644 --- a/modules/gltf/gltf_document.cpp +++ b/modules/gltf/gltf_document.cpp @@ -30,9 +30,9 @@ #include "gltf_document.h" +#include "extensions/gltf_spec_gloss.h" #include "gltf_document_extension.h" #include "gltf_document_extension_convert_importer_mesh.h" -#include "gltf_spec_gloss.h" #include "gltf_state.h" #include "core/crypto/crypto_core.h" |