(Android) Get rid of extra swap buffers call

This commit is contained in:
twinaphex 2012-10-16 16:23:55 +02:00
parent be1abb6f38
commit 303c4968f2

View File

@ -204,8 +204,6 @@ static void gfx_ctx_check_window(bool *quit,
if (g_android.state.angle > 1)
g_android.state.angle = 0;
gfx_ctx_swap_buffers();
}
if (gl->quitting)