diff options
author | Aaron Franke <arnfranke@yahoo.com> | 2022-09-18 20:35:13 -0500 |
---|---|---|
committer | Aaron Franke <arnfranke@yahoo.com> | 2022-11-09 20:58:48 -0600 |
commit | 73c673a614b47716ce467cd43adf770505c016cd (patch) | |
tree | 5c1345762cb9f7679361f6f52894d722313aaa49 /modules/gltf/editor | |
parent | dca5cb8e40fd2a348a59ea73c597eb742c14c980 (diff) |
Change the way GLTFDocumentExtension classes are registered
Also move GLTFDocumentExtension into the extensions folder
Diffstat (limited to 'modules/gltf/editor')
-rw-r--r-- | modules/gltf/editor/editor_scene_importer_gltf.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/modules/gltf/editor/editor_scene_importer_gltf.h b/modules/gltf/editor/editor_scene_importer_gltf.h index b17a1e4eaa..edca038532 100644 --- a/modules/gltf/editor/editor_scene_importer_gltf.h +++ b/modules/gltf/editor/editor_scene_importer_gltf.h @@ -33,9 +33,6 @@ #ifdef TOOLS_ENABLED -#include "../gltf_document_extension.h" -#include "../gltf_state.h" - #include "editor/import/resource_importer_scene.h" class Animation; |