From bf47e38936f93a14c1aac2487de5b95bfa61516f Mon Sep 17 00:00:00 2001 From: cypress Date: Fri, 20 Oct 2023 17:25:48 -0400 Subject: [PATCH] Disable mipmapping test --- source/gl_draw.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/gl_draw.c b/source/gl_draw.c index cafe461..a7b43e7 100644 --- a/source/gl_draw.c +++ b/source/gl_draw.c @@ -383,7 +383,7 @@ void Draw_Init (void) Cvar_RegisterVariable (&gl_picmip); if (!new3ds_flag) { - Cvar_SetValue("gl_picmip", 1); + //Cvar_SetValue("gl_picmip", 1); Cvar_Set ("gl_max_size", "256"); }