Work on fixing compile.

This commit is contained in:
Relintai 2023-01-09 14:11:03 +01:00
parent bedb86c987
commit bde0e9301f
1 changed files with 1 additions and 1 deletions

View File

@ -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;
}