mirror of
https://github.com/FWGS/xash3d-fwgs
synced 2024-11-28 13:02:13 +01:00
platform/android-nosdl: fix declaration style (werror)
This commit is contained in:
parent
adc39839ba
commit
57b847d2fb
@ -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