re-introduced exit(retval) hack as otherwise app wouldnt quit properly

This commit is contained in:
fysx
2014-01-09 00:05:22 +01:00
parent b92439b60c
commit 2bbccc6879
+4
View File
@@ -248,6 +248,10 @@ 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;
}