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:
parent
cc3a3704c7
commit
537202a73d
@ -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 ))
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user