mirror of
https://git.code.sf.net/p/quake/newtree
synced 2025-01-22 16:01:25 +00:00
Fix mipmapping default. Oops. :P
This commit is contained in:
parent
0e88a1f18b
commit
684eeee134
1 changed files with 1 additions and 1 deletions
|
@ -93,7 +93,7 @@ int gl_lightmap_format = 4;
|
|||
int gl_solid_format = 3;
|
||||
int gl_alpha_format = 4;
|
||||
|
||||
int gl_filter_min = GL_LINEAR;
|
||||
int gl_filter_min = GL_LINEAR_MIPMAP_NEAREST;
|
||||
int gl_filter_max = GL_LINEAR;
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue