Commit ff198fcd authored by Sam Lantinga's avatar Sam Lantinga

*** empty log message ***

--HG--
extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/trunk%40395
parent 239a05e0
...@@ -19,5 +19,7 @@ int main(int argc, char *argv[]) ...@@ -19,5 +19,7 @@ int main(int argc, char *argv[])
QWidget dummy; QWidget dummy;
app.showMainWidget(&dummy); app.showMainWidget(&dummy);
#endif #endif
return(SDL_main(argc, argv)); // Exit here because if return is used, the application
// doesn't seem to quit correctly.
exit(SDL_main(argc, argv));
} }
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment