ref_gl: really disable VBO by default for now

This commit is contained in:
Alibek Omarov 2022-02-01 19:27:46 +03:00
parent 51635995a2
commit 0c26c24331
1 changed files with 1 additions and 1 deletions

View File

@ -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;