Try to fix some crashes when closing android activity
This commit is contained in:
@@ -105,7 +105,7 @@ void android_main(struct android_app* app)
|
||||
// its state is remembered when the window is restored. We will use exit
|
||||
// call to make sure that all variables are cleared until a proper fix will
|
||||
// be done.
|
||||
exit(0);
|
||||
_exit(0);
|
||||
}
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user