Merge pull request #103972 from m4gr3d/xr_editor_hybrid_support
Add support for running hybrid apps from the XR editor
This commit is contained in:
commit
f7c6f0057c
20 changed files with 438 additions and 62 deletions
|
|
@ -2176,7 +2176,7 @@ void EditorNode::try_autosave() {
|
|||
Node *scene = editor_data.get_edited_scene_root();
|
||||
|
||||
if (scene && !scene->get_scene_file_path().is_empty()) { // Only autosave if there is a scene and if it has a path.
|
||||
_save_scene(scene->get_scene_file_path());
|
||||
_save_scene(scene->get_scene_file_path(), -1, false);
|
||||
}
|
||||
}
|
||||
_menu_option(SCENE_SAVE_ALL_SCENES);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue