mirror of
https://github.com/godotengine/godot.git
synced 2025-12-08 06:09:55 +00:00
EditorNode: mark opened deleted scenes as unsaved
This commit is contained in:
parent
198bd9db02
commit
a7ff7af8ae
2 changed files with 26 additions and 0 deletions
|
|
@ -529,6 +529,7 @@ private:
|
|||
bool _find_and_save_resource(RES p_res, Map<RES, bool> &processed, int32_t flags);
|
||||
bool _find_and_save_edited_subresources(Object *obj, Map<RES, bool> &processed, int32_t flags);
|
||||
void _save_edited_subresources(Node *scene, Map<RES, bool> &processed, int32_t flags);
|
||||
void _mark_unsaved_scenes();
|
||||
|
||||
void _find_node_types(Node *p_node, int &count_2d, int &count_3d);
|
||||
void _save_scene_with_preview(String p_file);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue