You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-15 13:51:40 +00:00
Add support for running hybrid apps from the XR editor
This commit is contained in:
@@ -2136,7 +2136,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);
|
||||
|
||||
Reference in New Issue
Block a user