Call CommonQuit() at exit has been added.

--HG--
extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/trunk%404040
This commit is contained in:
Mike Gorchak 2009-10-10 13:22:05 +00:00
parent ae04b1afaf
commit f050f1289b
2 changed files with 4 additions and 0 deletions

View file

@ -272,6 +272,8 @@ main(int argc, char *argv[])
}
}
CommonQuit(state);
/* Print out some timing information */
now = SDL_GetTicks();
if (now > then) {

View file

@ -349,6 +349,8 @@ main(int argc, char *argv[])
}
}
CommonQuit(state);
/* Print out some timing information */
now = SDL_GetTicks();
if (now > then) {