diff --git a/editor/editor_node.cpp b/editor/editor_node.cpp index 8a9835c977c..b36afaef880 100644 --- a/editor/editor_node.cpp +++ b/editor/editor_node.cpp @@ -2852,7 +2852,7 @@ bool EditorNode::is_changing_scene() const { void EditorNode::_clear_undo_history() { - get_undo_redo()->clear_history(); + get_undo_redo()->clear_history(false); } void EditorNode::set_current_scene(int p_idx) {