mirror of
https://github.com/YGGverse/xash3d-fwgs.git
synced 2025-01-17 18:40:02 +00: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