2
0
mirror of https://github.com/FWGS/xash3d-fwgs synced 2024-12-25 02:05:26 +01:00

Do not break video subsystem initialization.

This commit is contained in:
Night Owl 2018-11-05 08:04:54 +05:00
parent f36d1f5621
commit d4e5e609af

View File

@ -878,6 +878,8 @@ qboolean R_Init_Video( void )
}
GL_InitExtensions();
return true;
}
#ifdef XASH_GLES