diff options
author | Diddykonga <jacobmaley@yahoo.com> | 2022-06-21 22:56:09 -0500 |
---|---|---|
committer | Diddykonga <jacobmaley@yahoo.com> | 2022-06-21 23:07:35 -0500 |
commit | 0672711b297a69c64e05c47677e5a4200d8a09ff (patch) | |
tree | 9f4937d05f5767a9cbb8ed1ec4d741179d0c4357 /editor/editor_node.h | |
parent | c18d0f20357a11bd9cfa2f57b8b9b500763413bc (diff) |
[Editor]: Allow `Select Current` to Save Scenes
[Editor]: Change `Select Current` to Save scenes before attempting to Run them.
Diffstat (limited to 'editor/editor_node.h')
-rw-r--r-- | editor/editor_node.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/editor/editor_node.h b/editor/editor_node.h index 89f80baeb9..b7abec7e35 100644 --- a/editor/editor_node.h +++ b/editor/editor_node.h @@ -138,6 +138,7 @@ private: FILE_SAVE_AS_SCENE, FILE_SAVE_ALL_SCENES, FILE_SAVE_AND_RUN, + FILE_SAVE_AND_RUN_MAIN_SCENE, FILE_SHOW_IN_FILESYSTEM, FILE_EXPORT_PROJECT, FILE_EXPORT_MESH_LIBRARY, |