mirror of
https://github.com/w23/xash3d-fwgs
synced 2025-01-18 23:00:01 +01:00
ref_gl: really disable VBO by default for now
This commit is contained in:
parent
51635995a2
commit
0c26c24331
@ -874,7 +874,7 @@ register VBO cvars and get default value
|
||||
*/
|
||||
static void R_CheckVBO( void )
|
||||
{
|
||||
const char *def = "1";
|
||||
const char *def = "0";
|
||||
const char *dlightmode = "1";
|
||||
int flags = FCVAR_ARCHIVE;
|
||||
qboolean disable = false;
|
||||
|
Loading…
x
Reference in New Issue
Block a user