Bumped SDL2 to the latest development version.

This commit is contained in:
fysx
2014-01-08 23:57:35 +01:00
parent 271c0c5d01
commit b92439b60c
537 changed files with 14598 additions and 19378 deletions
-4
View File
@@ -248,10 +248,6 @@ int main(int argc, char **argv)
#endif // LOVE_LEGENDARY_UTF8_ARGV_HACK || LOVE_LEGENDARY_APP_ARGV_HACK
SDL_Quit();
#ifdef __ANDROID__
exit(retval);
#endif
return retval;
}