(Android) Call ALooper_pollOnce for command event queue once per frame -

seems to be enough
This commit is contained in:
twinaphex 2012-12-16 05:52:39 +01:00
parent ae089a7b58
commit 3c5b7ba08e

View File

@ -216,8 +216,8 @@ static void gfx_ctx_check_window(bool *quit,
*quit = false;
*resize = false;
while((id = ALooper_pollOnce(0, NULL, NULL, NULL)) == ALOOPER_POLL_CALLBACK);
id = ALooper_pollOnce(0, NULL, 0, NULL);
if(id == LOOPER_ID_MAIN)
{