diff options
Diffstat (limited to 'modules/gltf/gltf_texture.h')
-rw-r--r-- | modules/gltf/gltf_texture.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/gltf/gltf_texture.h b/modules/gltf/gltf_texture.h index 54dd61f9a5..2c1c5c2275 100644 --- a/modules/gltf/gltf_texture.h +++ b/modules/gltf/gltf_texture.h @@ -32,7 +32,7 @@ #define GLTF_TEXTURE_H #include "core/io/resource.h" -#include "gltf_document.h" +#include "gltf_defines.h" class GLTFTexture : public Resource { GDCLASS(GLTFTexture, Resource); |