2
0
mirror of https://github.com/FWGS/xash3d-fwgs synced 2024-11-25 11:19:59 +01:00

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

This commit is contained in:
mittorn 2023-12-01 16:12:12 +03:00
parent cc3a3704c7
commit 537202a73d

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