1
0
mirror of https://github.com/godotengine/godot.git synced 2025-12-04 17:04:49 +00:00

Replace use of OS::set_exit_code() by SceneTree::quit() in EditorNode

This commit is contained in:
Emmanuel Leblond
2022-01-18 12:48:12 +01:00
parent 366d3930ac
commit 2ec7c6a6bc
3 changed files with 12 additions and 8 deletions

View File

@@ -529,7 +529,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;