platform/android-nosdl: fix declaration style (werror)

This commit is contained in:
mittorn
2023-12-01 16:12:12 +03:00
committed by Alibek Omarov
parent e21d8df1fe
commit 7841382fef

View File

@@ -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 ))
{