mirror of
https://github.com/nzp-team/glquake.git
synced 2024-11-10 06:31:35 +00:00
Disable mipmapping test
This commit is contained in:
parent
e1ef072c26
commit
bf47e38936
1 changed files with 1 additions and 1 deletions
|
@ -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");
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue