mirror of
https://github.com/godotengine/godot.git
synced 2025-01-23 19:12:24 -05:00
[macOS] Return exit code specified by OS.exit_code
parameter.
This commit is contained in:
parent
928cdb4f8a
commit
1a38449ab9
1 changed files with 1 additions and 1 deletions
|
@ -101,5 +101,5 @@ int main(int argc, char **argv) {
|
|||
|
||||
Main::cleanup();
|
||||
|
||||
return 0;
|
||||
return os.get_exit_code();
|
||||
};
|
||||
|
|
Loading…
Add table
Reference in a new issue