mirror of
https://github.com/encounter/SDL.git
synced 2025-12-21 18:59:15 +00:00
[Android] Handle native thread finishing when not commanded from the Java side
This commit is contained in:
@@ -287,11 +287,6 @@ main(int argc, char *argv[])
|
||||
}
|
||||
SDL_QuitSubSystem(SDL_INIT_VIDEO | SDL_INIT_JOYSTICK);
|
||||
|
||||
#ifdef ANDROID
|
||||
exit(0);
|
||||
#else
|
||||
return 0;
|
||||
#endif
|
||||
}
|
||||
|
||||
#else
|
||||
|
||||
Reference in New Issue
Block a user