mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2025-03-21 01:41:10 +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(). |
||
---|---|---|
.. | ||
audio | ||
console | ||
gamecode | ||
gib | ||
image | ||
models | ||
net | ||
object | ||
qw | ||
ruamoko | ||
util | ||
video | ||
Makefile.am |