mirror of
https://github.com/Relintai/sdl2_frt.git
synced 2024-12-16 11:06:49 +01:00
Android: add static variable initialization in non blocking event loop
This commit is contained in:
parent
cb18117c92
commit
2c92c8e85a
@ -142,7 +142,7 @@ void
|
||||
Android_PumpEvents_NonBlocking(_THIS)
|
||||
{
|
||||
SDL_VideoData *videodata = (SDL_VideoData *)_this->driverdata;
|
||||
static int backup_context;
|
||||
static int backup_context = 0;
|
||||
|
||||
if (videodata->isPaused) {
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user