Call CommonQuit() at exit has been added.
--HG-- extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/trunk%404040
This commit is contained in:
parent
ae04b1afaf
commit
f050f1289b
2 changed files with 4 additions and 0 deletions
|
@ -272,6 +272,8 @@ main(int argc, char *argv[])
|
|||
}
|
||||
}
|
||||
|
||||
CommonQuit(state);
|
||||
|
||||
/* Print out some timing information */
|
||||
now = SDL_GetTicks();
|
||||
if (now > then) {
|
||||
|
|
|
@ -349,6 +349,8 @@ main(int argc, char *argv[])
|
|||
}
|
||||
}
|
||||
|
||||
CommonQuit(state);
|
||||
|
||||
/* Print out some timing information */
|
||||
now = SDL_GetTicks();
|
||||
if (now > then) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue