- Fixed incompatibility to original VMs introduced by anisotropic filtering patch.
- Removed dependency of flares from tr.identityLight because they are barely visible with r_overbrightbits set to 1
This commit is contained in:
parent
82c4c70535
commit
12a2b7694a
7 changed files with 31 additions and 22 deletions
|
@ -24,6 +24,9 @@ Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
|
|||
#include "tr_local.h"
|
||||
|
||||
glconfig_t glConfig;
|
||||
qboolean textureFilterAnisotropic = qfalse;
|
||||
int maxAnisotropy = 0;
|
||||
|
||||
glstate_t glState;
|
||||
|
||||
static void GfxInfo_f( void );
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue