We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
EXIT_SUCCESS
1 parent 99ff024 commit 65f68fdCopy full SHA for 65f68fd
platform/macos/godot_main_macos.mm
@@ -80,7 +80,7 @@ int main(int argc, char **argv) {
80
@autoreleasepool {
81
ret = Main::start();
82
}
83
- if (ret) {
+ if (ret == EXIT_SUCCESS) {
84
os.run();
85
} else {
86
os.set_exit_code(EXIT_FAILURE);
0 commit comments