mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2025-03-31 14:31:07 +00:00
The error was quite valid: setting GL_TEXTURE_MAX_ANISOTROPY_EXT to 0 is incorrect. The problem was caused by the call to glTexParameterf being before the gl_anisotropy cvar was initialized. Thus, move all of the setup code in GL_Init_Common() to after all the checks and, more importantly, after the call to GL_Common_Init_Cvars(). |
||
---|---|---|
.. | ||
renderer | ||
targets | ||
Makefile.am |