mirror of
https://github.com/love2d/love-android.git
synced 2026-08-12 16:41:12 +02:00
re-introduced exit(retval) hack as otherwise app wouldnt quit properly
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user