Commit a46af76b076ad570690bf82d8f9c96ce0bc31c4b

Sam Lantinga 2019-04-05T08:15:01

Fixed bug 4579 - SDL_android.c s_active not being atomic Isaias Brunet This bug cause a false assert due to multiple threads modifying the same variable without any atomic operation.