disable anisotropy by default

This commit is contained in:
Andrei Alexeyev 2019-09-08 01:38:53 +03:00
parent 4b4036e6a6
commit a2dda4e83f
No known key found for this signature in database
GPG key ID: 363707CD4C7FE8A4

View file

@ -113,7 +113,7 @@ typedef enum TextureMipmapMode {
} TextureMipmapMode;
enum {
TEX_ANISOTROPY_DEFAULT = 8,
TEX_ANISOTROPY_DEFAULT = 1,
// TEX_MIPMAPS_MAX = ((uint)(-1)),
// pedantic out-of-range warning
#define TEX_MIPMAPS_MAX ((uint)(-1))