Some cleanup
This commit is contained in:
parent
2c8c9dbf18
commit
2d0e36fd8f
1 changed files with 56 additions and 56 deletions
|
@ -410,7 +410,7 @@ void CheckAnisotropicExtension(void)
|
||||||
{
|
{
|
||||||
GLfloat maxanisotropy;
|
GLfloat maxanisotropy;
|
||||||
|
|
||||||
if ( COM_CheckParm ("-anisotropy"))
|
if ( COM_CheckParm ("-anisotropy"))
|
||||||
gl_textureanisotropylevel = Q_atoi(com_argv[COM_CheckParm("-anisotropy")+1]);
|
gl_textureanisotropylevel = Q_atoi(com_argv[COM_CheckParm("-anisotropy")+1]);
|
||||||
|
|
||||||
glGetFloatv(GL_MAX_TEXTURE_MAX_ANISOTROPY_EXT, &maxanisotropy);
|
glGetFloatv(GL_MAX_TEXTURE_MAX_ANISOTROPY_EXT, &maxanisotropy);
|
||||||
|
|
Loading…
Reference in a new issue