mirror of
https://github.com/yawut/SDL.git
synced 2026-04-25 15:58:04 -05:00
*** empty log message ***
This commit is contained in:
parent
b25a6714c1
commit
f1576c5cfb
|
|
@ -19,5 +19,7 @@ int main(int argc, char *argv[])
|
|||
QWidget dummy;
|
||||
app.showMainWidget(&dummy);
|
||||
#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));
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user