From 0c26c24331b42ed86b7f7aafbfb8c038e5964a71 Mon Sep 17 00:00:00 2001 From: Alibek Omarov Date: Tue, 1 Feb 2022 19:27:46 +0300 Subject: [PATCH] ref_gl: really disable VBO by default for now --- ref_gl/gl_opengl.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ref_gl/gl_opengl.c b/ref_gl/gl_opengl.c index bdf11d5f..34afb7dd 100644 --- a/ref_gl/gl_opengl.c +++ b/ref_gl/gl_opengl.c @@ -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;