From bde0e9301f6182e8052791228747fc203613b98b Mon Sep 17 00:00:00 2001 From: Relintai Date: Mon, 9 Jan 2023 14:11:03 +0100 Subject: [PATCH] Work on fixing compile. --- plugin_gltf/editor_import_gltf_mdr.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugin_gltf/editor_import_gltf_mdr.cpp b/plugin_gltf/editor_import_gltf_mdr.cpp index 30e7ad4..a7f564c 100644 --- a/plugin_gltf/editor_import_gltf_mdr.cpp +++ b/plugin_gltf/editor_import_gltf_mdr.cpp @@ -74,7 +74,7 @@ Error EditorImportGLTFMdr::import(const String &p_source_file, const String &p_s Error err = process_node(n, p_source_file, p_save_path, p_options, r_platform_variants, r_gen_files, r_metadata); - n->queue_delete(); + n->queue_free(); return err; }