diff --git a/editor/editor_node.cpp b/editor/editor_node.cpp index 6012ff1f70a1..b6c97f0c8f35 100644 --- a/editor/editor_node.cpp +++ b/editor/editor_node.cpp @@ -1761,6 +1761,10 @@ static void _reset_animation_mixers(Node *p_node, List> &E : anim_backups) { E.first->restore(E.second); diff --git a/editor/editor_node.h b/editor/editor_node.h index d4a8fc9aa8b3..956058ecfcb7 100644 --- a/editor/editor_node.h +++ b/editor/editor_node.h @@ -481,6 +481,7 @@ class EditorNode : public Node { String _tmp_import_path; String external_file; String open_navigate; + String saving_scene; DynamicFontImportSettings *fontdata_import_settings = nullptr; SceneImportSettings *scene_import_settings = nullptr;