You've already forked godot
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:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user