diff --git a/engine/platform/android/vid_android.c b/engine/platform/android/vid_android.c index 75680535..f619c403 100644 --- a/engine/platform/android/vid_android.c +++ b/engine/platform/android/vid_android.c @@ -121,8 +121,8 @@ Check if we may use native EGL without jni calls */ void Android_UpdateSurface( surfacestate_t state ) { - vid_android.nativeegl = false; qboolean active = state == surface_active; + vid_android.nativeegl = false; if( glw_state.software || ( eglstate.valid && !eglstate.imported )) {