summaryrefslogtreecommitdiff
path: root/modules/fbx/editor_scene_importer_fbx.h
diff options
context:
space:
mode:
authorRĂ©mi Verschelde <remi@verschelde.fr>2022-03-29 10:41:19 +0200
committerGitHub <noreply@github.com>2022-03-29 10:41:19 +0200
commit3b4e94c8b57908f61a9028f757b2f4f8edc8987b (patch)
tree12a3a5c1cbd5c68510d59a4350d54323991608e0 /modules/fbx/editor_scene_importer_fbx.h
parente3ab577532da2fcb9f1d8fc5acf11c789c09b7b4 (diff)
parentc17d9f05f822b344b9b48be21b2091a955ad2e06 (diff)
Merge pull request #59660 from timothyqiu/fbx-reg
Diffstat (limited to 'modules/fbx/editor_scene_importer_fbx.h')
-rw-r--r--modules/fbx/editor_scene_importer_fbx.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/modules/fbx/editor_scene_importer_fbx.h b/modules/fbx/editor_scene_importer_fbx.h
index eebcb86409..fb72f93feb 100644
--- a/modules/fbx/editor_scene_importer_fbx.h
+++ b/modules/fbx/editor_scene_importer_fbx.h
@@ -119,10 +119,9 @@ private:
template <class T>
T _interpolate_track(const Vector<float> &p_times, const Vector<T> &p_values, float p_time, AssetImportAnimation::Interpolation p_interp);
- void _register_project_setting_import(const String generic, const String import_setting_string, const Vector<String> &exts, List<String> *r_extensions, const bool p_enabled) const;
public:
- EditorSceneFormatImporterFBX() {}
+ EditorSceneFormatImporterFBX();
~EditorSceneFormatImporterFBX() {}
virtual void get_extensions(List<String> *r_extensions) const override;