diff options
author | RĂ©mi Verschelde <remi@verschelde.fr> | 2022-01-18 14:48:55 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-01-18 14:48:55 +0100 |
commit | fd5fb7d64adefb40d8de94236bf41938aa020d21 (patch) | |
tree | b419259fca80c41db127327bd85a0894cf5e1f23 /editor/editor_node.h | |
parent | ca93518ebbdc94575a9a9d0e379712bbd7f64749 (diff) | |
parent | 2ec7c6a6bcc340b6bd196ef8be53bcd6469fe177 (diff) |
Merge pull request #56899 from touilleMan/fix-editor_node-set_exit_code
Diffstat (limited to 'editor/editor_node.h')
-rw-r--r-- | editor/editor_node.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/editor/editor_node.h b/editor/editor_node.h index 7f5d23dbde..ff56040297 100644 --- a/editor/editor_node.h +++ b/editor/editor_node.h @@ -535,7 +535,7 @@ private: void _add_dropped_files_recursive(const Vector<String> &p_files, String to_path); String _recent_scene; - void _exit_editor(); + void _exit_editor(int p_exit_code); bool convert_old; |