Disable mipmapping test

This commit is contained in:
cypress 2023-10-20 17:25:48 -04:00 committed by GitHub
parent e1ef072c26
commit bf47e38936
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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");
}